
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2009 12:18 AM
I know it may be trivial, but I want to ask. Is there a way to reverse the date so its mm/dd/yyyy in the displays rather than dd/mm/yyyy that you see in europe? It doesn't bother me but when people ask me if we can switch it, I want to say I asked already 🙂
Thanks,
Jared
Thanks,
Jared
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2009 02:59 AM
Yes there is.
Go into the web.config file and change: <add key="dateformat" value="dd/MM/yyyy"/>
to
<add key="dateformat" value="MM/dd/yyyy"/>
Then save the file and your good to go.
Go into the web.config file and change: <add key="dateformat" value="dd/MM/yyyy"/>
to
<add key="dateformat" value="MM/dd/yyyy"/>
Then save the file and your good to go.
