You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Install Italian language in IE and move it top
2. Use var time = date.toString(Date.CultureInfo.formatPatterns.shortTime);
with date a valid date
3. time is formatted H.mm as
What is the expected output? What do you see instead?
Expected output H:mm
What is seen instead H.mm
What version of the product are you using? On what operating system?
Current source have the issue.
Please provide any additional information below.
The problem is in it-IT.js.
It is the only .js file which uses H.mm and not H:mm.
The same for long time H.mm.ss
Corrected locally with : instead of . and it works.
I'm not an Italian specialist but I don't think they use . for date seperator.
Original issue reported on code.google.com by [email protected] on 12 Dec 2013 at 1:56
The text was updated successfully, but these errors were encountered:
In fact . seams correct for italian time separator...
The problem is that on Windows 7 it's : in regional settings! With 2012 R2 it's
.
So it's difficult to have a common behavior but this is not datajs side I think.
Original issue reported on code.google.com by
[email protected]
on 12 Dec 2013 at 1:56The text was updated successfully, but these errors were encountered: