date@2.0.6
// ES spec-compliant `Date` shim/polyfill/replacement that works as far down as ES3
$ npm install date
downloads/wk
3,991
license
MIT
version
2.0.6
published
Dec 21, 2024
What is date?
This package provides a polyfill for the JavaScript `Date` object that implements the full ES specification, allowing it to work in older environments that only support ES3. Developers use it when they need consistent `Date` behavior across legacy browsers or JavaScript engines that lack modern Date functionality. It's useful for projects that must maintain compatibility with older platforms while using standard Date APIs.
Links
Keywords
Dependencies (9)
Maintainers
ljharb, coolaj86