0
votes
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 ...
