1.0.0 • Published 6 years ago

rnd-date v1.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

rnd-date

Get a random date

Codeship Status for bukinoshita/rnd-date Build Status GitHub release license

Install

$ npm install --save rnd-date

Usage

import rndDate from 'rnd-date'

rndDate(2010, 2016)
// => 2015-04-18T07:29:04.989Z

rndDate(2010, new Date())
// => 2012-06-29T07:51:26.924Z

API

rnd-date(from, to)

from

Type: Number Required

to

Type: Number Default: new Date() Optional

Related

License

MIT © Bu Kinoshita