An open API service indexing awesome lists of open source software.

https://github.com/urbanhire/array-date-range

Create an array of dates from and to
https://github.com/urbanhire/array-date-range

array array-date javascript nodejs npm

Last synced: 3 months ago
JSON representation

Create an array of dates from and to

Awesome Lists containing this project

README

        

# date-range-array #

Create an array of dates.

## Example ##

```js

var dra = require('date-range-array')

var dates = dra('2015-02-27', '2015-03-02')

console.log('dates', dates)
// [ '2015-02-27', '2015-02-28', '2015-03-01', '2015-03-02' ]

```

## License

MIT