Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
export
function
WeekDay(t: number): number {
12
return
mod(Day(t) + 4, 7)
13
}
14
15
export
function
DayFromYear(y: number): number {
16
if
(y < 100) {
Callers
1
ToLocalTime
Function · 0.85
Calls
2
mod
Function · 0.85
Day
Function · 0.85
Tested by
no test coverage detected