Validate a date.
Install
$ npm install --save vali-date
Usage
const validate = ; ;//=> false ;//=> true ;//=> true
API
validate(date)
Returns a boolean indicating if the date provided is valid or not.
date
Type: string
The date that should be validated.
License
MIT © Sam Verschueren