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

Function getThursdayThisWeek

test/angular/1.6/angular.js:21972–21976  ·  view source on GitHub ↗
(datetime)

Source from the content-addressed store, hash-verified

21970}
21971
21972function getThursdayThisWeek(datetime) {
21973 return new Date(datetime.getFullYear(), datetime.getMonth(),
21974 // 4 = index of Thursday
21975 datetime.getDate() + (4 - datetime.getDay()));
21976}
21977
21978function weekGetter(size) {
21979 return function(date) {

Callers 1

weekGetterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected