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

Function dateStrGetter

code/songhop/www/lib/angular/angular.js:16975–16982  ·  view source on GitHub ↗
(name, shortForm)

Source from the content-addressed store, hash-verified

16973}
16974
16975function dateStrGetter(name, shortForm) {
16976 return function(date, formats) {
16977 var value = date['get' + name]();
16978 var get = uppercase(shortForm ? ('SHORT' + name) : name);
16979
16980 return formats[get][value];
16981 };
16982}
16983
16984function timeZoneGetter(date) {
16985 var zone = -1 * date.getTimezoneOffset();

Callers 1

angular.jsFile · 0.70

Calls 1

uppercaseFunction · 0.70

Tested by

no test coverage detected