Awesome
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/