Hi
I need my dates to be in U.S date format. How do I change it so when I do DateTime converts it does this format?
In asp.net I put some globalization thing in the web.config but got no clue when it comes to mobile phones.
Hi
I need my dates to be in U.S date format. How do I change it so when I do DateTime converts it does this format?
In asp.net I put some globalization thing in the web.config but got no clue when it comes to mobile phones.
Either use DateTime.ToString() and pass your own date format string or set the culture.