Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaffle/date-shim
fix for Date, http://yaffle.github.com/date-shim/
https://github.com/yaffle/date-shim
Last synced: about 1 month ago
JSON representation
fix for Date, http://yaffle.github.com/date-shim/
- Host: GitHub
- URL: https://github.com/yaffle/date-shim
- Owner: Yaffle
- Created: 2012-04-13T19:35:59.000Z (over 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-04-29T20:31:47.000Z (over 2 years ago)
- Last Synced: 2023-04-09T21:36:53.294Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an implementation of a JavaScript standard Date objects in JavaScript.
It only uses some native methods to get current time or to convert from local time or to UTC.let date = new JSDate();
console.log(date.getMonth());# date-shim
fix for Date, http://yaffle.github.com/date-shim/