date-periodjs
Advanced tools
+1
-1
| { | ||
| "name": "date-periodjs", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "calculates the dates between a start and end date on a given frequency", | ||
@@ -5,0 +5,0 @@ "main": "lib/DatePeriodCalculator.js", |
+18
-7
@@ -0,12 +1,23 @@ | ||
| **deprecated** | ||
| functionality has been rolled into [simple-datejs](https://www.npmjs.com/package/simple-datejs) | ||
| # date-periodjs | ||
| calculates the dates between a start and end date with the given frequency of occurance | ||
| ##valid frequencies | ||
| 0 - one time | ||
| 1 - daily | ||
| 2 - weekly | ||
| 3 - biweekly | ||
| 4 - monthly | ||
| ##install | ||
| $ npm install date-periodjs | ||
| $ bower install simple-datejs | ||
| ##usage | ||
| ###valid frequencies | ||
| 0 - one time<br/> | ||
| 1 - daily<br/> | ||
| 2 - weekly<br/> | ||
| 3 - biweekly<br/> | ||
| 4 - monthly<br/> | ||
| ```javascript | ||
@@ -22,2 +33,2 @@ var dpc = require('date-periodjs'); | ||
| console.log(dates); | ||
| ``` | ||
| ``` |
Sorry, the diff of this file is not supported yet
34
54.55%8526
-0.27%