MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / parseObservedDateValue

Function parseObservedDateValue

lib/test/angular/1.8.0/angular.js:26822–26824  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

26820 }
26821
26822 function parseObservedDateValue(val) {
26823 return isDefined(val) && !isDate(val) ? parseDateAndConvertTimeZoneToLocal(val) || undefined : val;
26824 }
26825
26826 function parseDateAndConvertTimeZoneToLocal(value, previousDate) {
26827 var timezone = ctrl.$options.getOption('timezone');

Callers 1

createDateInputTypeFunction · 0.70

Calls 3

isDefinedFunction · 0.70
isDateFunction · 0.70

Tested by

no test coverage detected