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.




Time Report Gemini 5 Date Issue

time
reporting

I have an issue with the time report. In User preferences I have set the date format as UK english (dd/mm/yyyy) however the time report seems to randomly report the date based on dd/mm/yyyy or mm/dd/yyyy. When you click the control sometimes it goes in in one format and sometimes the other.

ie if I put 28th October as the start date then select 2nd November as the end date it thinks its the 11th February and resets 28th october to 28th Jan.

Any ideas on how to get this working correctly, is there a date format for the installation that I need to set.

Also the new time report has no totals but I can live without that as long as I get items.

Steve

Fat Steve
· 1
Fat Steve
Replies (2)
helpful
0
not helpful

We are looking into this issue


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Ok, we have found the issue and will fix for the next release. You can apply the fix to the views\reports\report.cshtml file:

@Html.TextBox("StartDate", "", new { @class = "datepicker", data_date_format=string.Format("{0}",@GeminiContext.User.GeminiDateFormat) })
@Html.TextBox("EndDate", "", new { @class = "datepicker", data_date_format=string.Format("{0}",@GeminiContext.User.GeminiDateFormat) })

(add the datadateformat part)


Saar Cohen
· 5000
Saar Cohen