moment-jdateformatparser icon indicating copy to clipboard operation
moment-jdateformatparser copied to clipboard

Translates the `java.text.SimpleDateFormat` date format to the `moment.js` date format.

Results 5 moment-jdateformatparser issues
Sort by recently updated
recently updated
newest added

Hi Team, I use the latest package in angular 6. npm install moment-jdateformatparser. But i got error with momentjs.fn is not defined when testing with simple format: moment().formatWithJDF('DD'); I am...

The mappings contains several errors. I've translated your library to Java and removed many of the bugs. Plus, I've added support for escaped characters. I suggest to back-port these fixes...

enhancement

when I call time.tz(""America/New_York"").formatWithJDF("yyyy/MM/dd HH:mm:ss z"), I got this: 2018/06/01 08:00:00 -0400 which I expected: 2018/06/01 08:00:00 EDT

`npm audit` reports several vulnerabilities in dev dependencies. I updated them and re-generated the build. Also updated Node to `6.14.4` LTS for Travis because `0.10` doesn't support `Promise` API. Tried...

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