MadMG / moment-jdateformatparser

Translates the `java.text.SimpleDateFormat` date format to the `moment.js` date format.
MIT License
58 stars 29 forks source link

week pattern maps to ISO-week #13

Open gerpres opened 9 years ago

gerpres commented 9 years ago

the java-date-pattern 'w' is mapped to 'W' which is the ISO-week. that's not correct. 'w' should stay 'w'