Posts by Gerson da Silva Junior • 9 points
1 post
-
0
votes2
answers866
viewsA: Convert date format to Mysql
You can make C# format to the value that Mysql wants. MinhaData.ToString("yyyy-MM-dd") This in the case of a vaiável of the type DateTime. If you only have the string "dd/mm/yyyy" you will have to…