MCPcopy Create free account
hub / github.com/cujojs/poly / isInvalidDate

Function isInvalidDate

date.js:53–55  ·  view source on GitHub ↗
(date)

Source from the content-addressed store, hash-verified

51 }
52
53 function isInvalidDate (date) {
54 return !isFinite(date);
55 }
56
57 function fix2 (number) {
58 // ensures number is formatted to at least two digits

Callers 2

date.jsFile · 0.85
checkIsoCompatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected