MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / dateStrGetter

Function dateStrGetter

OpenReservation/wwwroot/Scripts/angular.js:20255–20262  ·  view source on GitHub ↗
(name, shortForm)

Source from the content-addressed store, hash-verified

20253 }
20254
20255 function dateStrGetter(name, shortForm) {
20256 return function (date, formats) {
20257 var value = date['get' + name]();
20258 var get = uppercase(shortForm ? ('SHORT' + name) : name);
20259
20260 return formats[get][value];
20261 };
20262 }
20263
20264 function timeZoneGetter(date, formats, offset) {
20265 var zone = -1 * offset;

Callers 1

angular.jsFile · 0.85

Calls 1

uppercaseFunction · 0.85

Tested by

no test coverage detected