gregorian-calendar
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "gregorian-calendar", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "yiminghe <yiminghe@gmail.com>", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -11,2 +11,12 @@ # gregorian-calendar | ||
[![Bower version](https://badge.fury.io/bo/gregorian-calendar.svg)](http://badge.fury.io/bo/gregorian-calendar) | ||
[![node version](https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square)](http://nodejs.org/download/) | ||
[![node version](https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square)](http://nodejs.org/download/) | ||
## use on node | ||
```javascript | ||
var GregorianCalendar = require('gregorian-calendar'); | ||
var date = new GregorianCalendar(); | ||
date.setTime(+new Date()); | ||
console.log(date.getDayOfWeek()); | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
77079
21