New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-7729
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Dylan Etkin [Atlassian]
Reporter: Jeff Turner [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

Calendar date picker uses wrong format in some locales

Created: 23/Aug/05 02:16 AM   Updated: 30/Jul/06 07:35 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 3.4

Time Tracking:
Not Specified

Participants: Dylan Etkin [Atlassian] and Jeff Turner [Atlassian]
Since last comment: 2 years, 43 weeks, 3 days ago
Resolution Date: 20/Oct/05 11:09 PM
Labels:


 Description  « Hide
In some Java locales, the date picker sets the date to a format which JIRA cannot parse, returning the error:

You did not enter a valid date. Please enter the date in the format "d-MMM-yy".

This happens for the following languages:

ko (adds date in '23-8-2005' format)
big5 (enters in format 17-八月-2005)

the following languages work:

jp (uses English date format)
zh
tr
ru
sv
(etc - haven't tested them all)



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dylan Etkin [Atlassian] added a comment - 20/Oct/05 12:48 AM
In the case of Korean, the calendar popup should be putting the character that means month in the the date string. This is probably the same thing in big5.

Dylan Etkin [Atlassian] added a comment - 20/Oct/05 11:09 PM
I have modified calendar-ko.js, I added the month character to the Calendar._SMN (short month names) array values, this produces what java expects for the formatted dates. The big5 stuff seems to work out-of-the-box.