Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Date Format not setting to US format

web-app

I'm using Gemini version 3.5.3.

All dates are displayed as dd/mm/yyyy.

I'm in the US and I would like them to be displayed as mm/dd/yyyy.

I set the language to en-US or English in the admin pages and my profile, but this does not change anything.

irperez
· 1
irperez
Replies (3)
helpful
0
not helpful

You also need to change the web.config file, replace en-GB with en-US.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Just curious, but why must this be changed in two places, rather than just in the application?


bobw
· 1
bobw
helpful
0
not helpful

The setting (via the web inteface) is for the default language only (translation file). The web.config is for date and numeric display.


Mark Wing
· 9108
Mark Wing