JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1275
  • Score
    100M100P100Q104860F
  • License MIT

Solution for `yyyy-MM-dd HH:mm:ss` is `Invalid Date` in Safari, IE, etc

Package Exports

  • fix-date

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fix-date) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

fix-date

npm version npm download

Solution for yyyy-MM-dd HH:mm:ss is Invalid Date in Safari, IE, etc
No dependencies, min + gzip = 280 B

  1. npm i -S fix-date
  2. import 'fix-date' // or require('fix-date') at the beginning
  3. no more, that's it!

You can also use it with <script src="fix-date.min.js"></script>