MCPcopy Index your code
hub / github.com/angular-ui/ui-router / dateStrGetter

Function dateStrGetter

test/angular/1.2/angular.js:15272–15279  ·  view source on GitHub ↗
(name, shortForm)

Source from the content-addressed store, hash-verified

15270}
15271
15272function dateStrGetter(name, shortForm) {
15273 return function(date, formats) {
15274 var value = date['get' + name]();
15275 var get = uppercase(shortForm ? ('SHORT' + name) : name);
15276
15277 return formats[get][value];
15278 };
15279}
15280
15281function timeZoneGetter(date) {
15282 var zone = -1 * date.getTimezoneOffset();

Callers 1

angular.jsFile · 0.70

Calls 1

uppercaseFunction · 0.70

Tested by

no test coverage detected