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.




Issue Filter Search by date is incorrect when globalization set to en-US.

web-app

Hello,

I upgraded our existing Gemini application yesterday from 3.1.x to 3.5. After the upgrade I made sure our new versions web.config had the proper setting for US date format.

I added this entry:
<globalization culture="en-US" uiCulture="en-US" requestEncoding="utf-8" responseEncoding="utf-8" />

When trying to use the issue filter search by date I selected June 8th 2009 from the calendar control as the minimum revised date and got no results. I set the web.config back to "en-GB" and tried the same search and I got all issue revised on June 8th or later.

As an experiment I set the web.config back to "en-US" and tried the previous search again but I selected a date of August 6th 2009 from the calendar control. This time all issues revised on June 8th or later were returned.

There seems to be some issue with how the search is interpreting the date when globalization is set to "en-US" and the date is picked from the calendar control.

Please advise.

Chris



ChrisJ
· 1
ChrisJ
Replies (1)
helpful
0
not helpful

Seems like a bug, can you please open the Controls\IssuesFilterUC.ascx page and amend the line that says:

      dateFormat: 'dd/mm/yy',

to

   dateFormat: 'mm/dd/yy',

That should do the trick.


Saar Cohen
· 5000
Saar Cohen