UNPKG
bigmoment
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Date manipulation that can track the age of the universe
bigmoment
/
proto
/
isHour.js
5 lines
(4 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
module
.
exports
=
function
isHour
(
){
let
input =
this
.
_i
return
typeof
input ===
'string'
&&
new
RegExp
(
"^-?[0-9]{4}-[0-9]{2}-[0-9]{2}\\s[0-9]{2}$"
).
test
(input) }