Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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/