MCPcopy
hub / github.com/formatjs/formatjs / WeekDay

Function WeekDay

packages/ecma262-abstract/DateOperations.ts:11–13  ·  view source on GitHub ↗
(t: number)

Source from the content-addressed store, hash-verified

9}
10
11export function WeekDay(t: number): number {
12 return mod(Day(t) + 4, 7)
13}
14
15export function DayFromYear(y: number): number {
16 if (y < 100) {

Callers 1

ToLocalTimeFunction · 0.85

Calls 2

modFunction · 0.85
DayFunction · 0.85

Tested by

no test coverage detected