→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
hoffmanj
Engaged Sweeper
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
1 REPLY 1
Cobra7
Champion Sweeper
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.