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

web-app

Hello,

I am in the United States and we use Gemini on a daily basis for bug tracking.  I am trying to figure out how to reformat the date structure to a MM/DD/YYYY format in Gemini.  Can this be done?  I thought it might be a simple preference to edit but I have not been able to figure it out.

Thank you for your assistance.

Michael D. D'Avignon

http://www.logicalsolutions.net/

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

You need to change the web.config:

<globalization culture="en-GB" uiCulture="en-GB" requestEncoding="utf-8" responseEncoding="utf-8"/>

to

 <globalization culture="en-US" uiCulture="en-US" requestEncoding="utf-8" responseEncoding="utf-8"/>


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

That did it!

Thank you again for your help.

Michael D. D'Avignon

http://www.logicalsolutions.net/


mddavignon
· 1
mddavignon