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

Function getThursdayThisWeek

test/angular/1.4/angular.js:19313–19317  ·  view source on GitHub ↗
(datetime)

Source from the content-addressed store, hash-verified

19311}
19312
19313function getThursdayThisWeek(datetime) {
19314 return new Date(datetime.getFullYear(), datetime.getMonth(),
19315 // 4 = index of Thursday
19316 datetime.getDate() + (4 - datetime.getDay()));
19317}
19318
19319function weekGetter(size) {
19320 return function(date) {

Callers 1

weekGetterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected