2.0.2 • Published 11 months ago

@matteobax/date-convalidator v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

date-convalidator

This tool allows you to check if a date is entered correctly

Usage

const convalidate = require('@matteobax/date-convalidator');
let date=''; // The date to check (separators - / . can be used)
let format = '' // The format of date (dd/mm/yyyy , yyyy/mm/dd , mm/dd/yyyy)
let check = convalidate.checkDate(date, format);
if(check==0){
    console.log('correct date');
}else if (check==-1){
    console.log('wrong date');
}

Installation

npm i @matteobax/date-convalidator
2.0.2

11 months ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago