Posts by Matheus Henrique • 27 points
1 post
-
1
votes1
answer122
viewsQ: How to change the Datatime format in C#?
I get a string with the date, put that string in a DateTime, and put this DateTime in a bank variable. The problem is that the database variable uses a different format than DateTime (Mmddyyyy), and…