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

Function getThursdayThisWeek

lib/test/angular/1.4.3/angular.js:18654–18658  ·  view source on GitHub ↗
(datetime)

Source from the content-addressed store, hash-verified

18652}
18653
18654function getThursdayThisWeek(datetime) {
18655 return new Date(datetime.getFullYear(), datetime.getMonth(),
18656 // 4 = index of Thursday
18657 datetime.getDate() + (4 - datetime.getDay()));
18658}
18659
18660function weekGetter(size) {
18661 return function(date) {

Callers 1

weekGetterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected