blah blah blah is here! blah blah » Close

0
votes
1 answers

MySQL DateTime and C# System.DateTime

I understand that C# System.DateTime values are formatted differently from MySQL DateTime, which are: yyyy-MM-dd HH:mm:ss. in mysql prompt, I have this, which is successfully inserted those values. mysql> insert into sales (Sale_Date ...

Feedback