GitXplorerGitXplorer
Y

date-shim

public
11 stars
5 forks
0 issues

Commits

List of commits on branch gh-pages.
Verified
635936e80c39dec447cbb7f8de535ff4e8c297d0

Update date-shim.js

YYaffle committed 4 years ago
Verified
abc468d982ce06141105d7533e5c37311288ecf8

Update date-shim.js

YYaffle committed 4 years ago
Verified
7af20fce6253563e812a5fdb362b9816b8016574

Create README.md

YYaffle committed 4 years ago
Unverified
2dc78075e8ec86c497a7ec36f8ecd55324d0ce21

update

YYaffle committed 7 years ago
Unverified
f82017331f1b5329b293f08feeaa9a4bca1ec07b

fix

YYaffle committed 12 years ago
Unverified
69c934b46aa08e610c71d3ef67342f9bdcb40162

fix

YYaffle committed 12 years ago

README

The README file for this repository.

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/