This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
YG-GROUP
/
youngee_b_api
Watch
2
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
브렌치:
yk_V3.0
브랜치
태그
XxY
develop
develop-ljl
develop-zhou
ljl
master
yk_V3.0
youngee_b_api
/
node_modules
/
vali-date
/
index.js
index.js
84 B
고유링크
히스토리
Raw
1
2
3
4
'use strict';
module.exports = function (str) {
return !isNaN(Date.parse(str));
};