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

Function getThursdayThisWeek

lib/test/angular/1.5.0/angular.js:19787–19791  ·  view source on GitHub ↗
(datetime)

Source from the content-addressed store, hash-verified

19785}
19786
19787function getThursdayThisWeek(datetime) {
19788 return new Date(datetime.getFullYear(), datetime.getMonth(),
19789 // 4 = index of Thursday
19790 datetime.getDate() + (4 - datetime.getDay()));
19791}
19792
19793function weekGetter(size) {
19794 return function(date) {

Callers 1

weekGetterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected