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

Function getThursdayThisWeek

test/angular/1.5/angular.js:21032–21036  ·  view source on GitHub ↗
(datetime)

Source from the content-addressed store, hash-verified

21030}
21031
21032function getThursdayThisWeek(datetime) {
21033 return new Date(datetime.getFullYear(), datetime.getMonth(),
21034 // 4 = index of Thursday
21035 datetime.getDate() + (4 - datetime.getDay()));
21036}
21037
21038function weekGetter(size) {
21039 return function(date) {

Callers 1

weekGetterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected