MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / parseObservedDateValue

Function parseObservedDateValue

code/songhop/www/lib/angular/angular.js:19782–19784  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

19780 }
19781
19782 function parseObservedDateValue(val) {
19783 return isDefined(val) ? (isDate(val) ? val : parseDate(val)) : undefined;
19784 }
19785 };
19786}
19787

Callers 1

createDateInputTypeFunction · 0.70

Calls 2

isDefinedFunction · 0.70
isDateFunction · 0.70

Tested by

no test coverage detected