MCPcopy
hub / github.com/angular-ui/ui-router / dateStrGetter

Function dateStrGetter

test/angular/1.4/angular.js:19286–19293  ·  view source on GitHub ↗
(name, shortForm)

Source from the content-addressed store, hash-verified

19284}
19285
19286function dateStrGetter(name, shortForm) {
19287 return function(date, formats) {
19288 var value = date['get' + name]();
19289 var get = uppercase(shortForm ? ('SHORT' + name) : name);
19290
19291 return formats[get][value];
19292 };
19293}
19294
19295function timeZoneGetter(date, formats, offset) {
19296 var zone = -1 * offset;

Callers 1

angular.jsFile · 0.70

Calls 1

uppercaseFunction · 0.70

Tested by

no test coverage detected