[TIME-184] Time Sheet and Project Pivot Report ignores Start and End Date filters

Issue #184 resolved
Andriy Zhdanov created an issue

Time Sheet and Project Pivot Report ignores the given Start and End Date filters selected on the filter dialog (see in shot the displayed dates and the parameters in the URL).
This bug affects the 2.2.1 and 2.2.2 Versions

By bcs/Csaba Benedek on Thu, 13 Oct 2011 04:30:36 -0700

Comments (2)

  1. Andriy Zhdanov reporter

    Adjusting WEB-INF/classes/jira-application.properties should help:

    jira.date.picker.java.format = d/MM/yy
    jira.date.picker.javascript.format = %e/%m/%y

    By azhdanov on Thu, 13 Oct 2011 09:18:57 -0700

  2. Andriy Zhdanov reporter

    Thank you, this works ... although it would be nice to use the localized date format in jira.
    After all, we have hungarian localization.

    By bcs on Thu, 13 Oct 2011 14:11:07 -0700

  3. Log in to comment