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

Function getThursdayThisWeek

lib/test/angular/1.6.7/angular.js:21645–21649  ·  view source on GitHub ↗
(datetime)

Source from the content-addressed store, hash-verified

21643}
21644
21645function getThursdayThisWeek(datetime) {
21646 return new Date(datetime.getFullYear(), datetime.getMonth(),
21647 // 4 = index of Thursday
21648 datetime.getDate() + (4 - datetime.getDay()));
21649}
21650
21651function weekGetter(size) {
21652 return function(date) {

Callers 1

weekGetterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected