index
:
taler/wallet-core.git
age-withdraw
wallet-core fork
oec
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
vali-date
/
index.js
blob: 4986fcbf21107c57b98ebb61628ac0232a0f6932 (
plain
)
1
2
3
4
'use strict'
;
module
.
exports
=
function
(
str
)
{
return
!
isNaN
(
Date
.
parse
(
str
));
};