This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
YG-GROUP
/
youngee_b_api
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
yk_V3.0
Rami (Branch)
Tag
XxY
develop
develop-ljl
develop-zhou
ljl
master
yk_V3.0
youngee_b_api
/
node_modules
/
vali-date
/
index.js
index.js
84 B
Permalink
Cronologia
Originale
1
2
3
4
'use strict';
module.exports = function (str) {
return !isNaN(Date.parse(str));
};