Posts by Andressa Santos • 11 points
2 posts
-
0
votes2
answers107
viewsA: Insert with monthCalendar in Mysql and C#database
Good night, I manage to fix this date problem I will post my code here in case anyone needs help in the future. The solution was: I continued with the Dataa field in the Mysql database as date and…
-
1
votes2
answers107
viewsQ: Insert with monthCalendar in Mysql and C#database
I need to make a insert of the date with the monthCalendar in C# in the database MySQL, only that the format of the date of MySQL is (yyyy-MM-dd) and I’ve already modified the code : I modified the…