[TIME-118] Polish characters in date controls

Issue #118 resolved
Andriy Zhdanov created an issue

There is a problem in polish instance of JIRA with Start/End Date controls. Date format in that controls is DD/MMM/YY, so for example 10.10.2010 is in English: 10/Oct/10, but in polish is 13/paź/10 (i don't know if you can see special character in your browser).
Problem is, that we can't choose any period including October, becouse date with polish characters in it are not recognised as a date and we recieve just last week period.
There is no problem when we choose period thad includes October - all reports are right.

By avandrel/Michał Choroszy on Tue, 16 Nov 2010 02:39:39 -0800

Comments (1)

  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

    See it for details.

    By azhdanov on Tue, 16 Nov 2010 05:45:29 -0800

  2. Log in to comment