blah blah blah is here! blah blah » Close

0
votes
1 answers

datagridview to table accsess

lios
30

hi with this code i create a new table with name the date-time DateTime dat = DateTime.Now; string format = "d M yyyy HH:mm"; dat.ToString(format); string days = Convert.ToString(dat. ...

Feedback