MCPcopy Create free account
hub / github.com/DanWahlin/CustomerManagerStandard / __isDate

Function __isDate

CustomerManager/Scripts/breeze.debug.js:553–555  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

551 }
552
553 function __isDate(o) {
554 return __classof(o) === "date" && !isNaN(o.getTime());
555 }
556
557 function __isDateString(s) {
558 // var rx = /^(\d{4}|[+\-]\d{6})(?:-(\d{2})(?:-(\d{2}))?)?(?:T(\d{2}):(\d{2})(?::(\d{2})(?:\.(\d{3}))?)?(?:(Z)|([+\-])(\d{2})(?::(\d{2}))?)?)?$/;

Callers 6

valFnFunction · 0.85
coerceToDateFunction · 0.85
breeze.debug.jsFile · 0.85
createExprFunction · 0.85
processMetaFunction · 0.85

Calls 1

__classofFunction · 0.85

Tested by

no test coverage detected