Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 292 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 292 Bytes

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/