This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
YG-GROUP
/
youngee_c_web_v2
ウォッチ
5
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
9c13a18428
ブランチ
タグ
yk_V3.0
youngee_c_web_v...
/
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));
};