PDA

Click to See Complete Forum and Search --> : [2.0] Insert Date Into MySQL


jsc0624
May 30th, 2007, 04:15 AM
How can I pass date into MySQL Database using C# and ADO.net?

MySQL Database only accepts date with this format:

yyyy-mm-dd

or

yyyy/mm/dd


But, datasets format is:

m/dd/yyyy hh:mm:ss AM/PM

I do only needs date.

What must I do?