captbaritone / captbaritone/datejs
it-IT.js error in date format . instead of : H.mm instead of H:mm
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
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 `vcarl...@gmail.com` on 12 Dec 2013 at 1:56
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.