Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-grid
/ parseObservedDateValue
Function
parseObservedDateValue
lib/test/angular/1.4.3/angular.js:21656–21658 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
21654
}
21655
21656
function
parseObservedDateValue(val) {
21657
return
isDefined(val) ? (isDate(val) ? val : parseDate(val)) : undefined;
21658
}
21659
};
21660
}
21661
Callers
1
createDateInputType
Function · 0.70
Calls
2
isDefined
Function · 0.70
isDate
Function · 0.70
Tested by
no test coverage detected