MadMG / moment-jdateformatparser

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

Add Missing Java EEE translation to Moment's "ddd" #2

Closed stephenliang closed 9 years ago

stephenliang commented 9 years ago

According to the Java Doc for SimpleDateFormat, we should support EEE for day of week. This translates to "ddd" in moment.

herom commented 9 years ago

thanks a lot @stephenliang, this seems like a valuable addition :+1: I'll leave it open for @MadMG to merge the PR tough, because he's also the one who can release a new version over at npm.

MadMG commented 9 years ago

thx @stephenliang! as @herom said, it is a valuable addition!