Skip to content

gadberry20180/date-shim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.6%
  • HTML 8.4%