MCPcopy Create free account
hub / github.com/angular-ui/ui-router / getThursdayThisWeek

Function getThursdayThisWeek

test/angular/1.3/angular.js:17272–17276  ·  view source on GitHub ↗
(datetime)

Source from the content-addressed store, hash-verified

17270}
17271
17272function getThursdayThisWeek(datetime) {
17273 return new Date(datetime.getFullYear(), datetime.getMonth(),
17274 // 4 = index of Thursday
17275 datetime.getDate() + (4 - datetime.getDay()));
17276}
17277
17278function weekGetter(size) {
17279 return function(date) {

Callers 1

weekGetterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected