How can I pass date into MySQL Database using C# and ADO.net?
MySQL Database only accepts date with this format:
orCode:yyyy-mm-dd
Code:yyyy/mm/dd
But, datasets format is:
I do only needs date.Code:m/dd/yyyy hh:mm:ss AM/PM
What must I do?
Printable View
How can I pass date into MySQL Database using C# and ADO.net?
MySQL Database only accepts date with this format:
orCode:yyyy-mm-dd
Code:yyyy/mm/dd
But, datasets format is:
I do only needs date.Code:m/dd/yyyy hh:mm:ss AM/PM
What must I do?