We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20dc2ed commit a441b28Copy full SHA for a441b28
Readme.md
@@ -8,8 +8,8 @@ This tool allows you to check if a date is entered correctly
8
## Usage
9
10
```javascript
11
-const convalidate = require('date-convalidator');
12
-const date='dd/mm/yyyy';
+const convalidate = require('@matteobax/date-convalidator');
+var date='dd/mm/yyyy';
13
if(convalidate.checkDate(date)){
14
console.log('correct date');
15
}else{
0 commit comments