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 in release 3.7.2

web-app

Having just upgraded to release 3.7.2, I've found that dates (e.g. issue created and updated dates) are displayed in mm/dd/yyyy format, although the server is set to use UK formats and my browser is set to en-gb.

Any idea why that might be?

nharris
· 1
nharris
Replies (2)
helpful
0
not helpful

Please edit the web.config file and change the locale from en-US to en-GB:
<globalization culture="en-US" uiCulture="en-US" requestEncoding="utf-8" responseEncoding="utf-8"/>
to
<globalization culture="en-GB" uiCulture="en-GB" requestEncoding="utf-8" responseEncoding="utf-8"/>


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Yes, that's sorted it. Thanks.


nharris
· 1
nharris