MCPcopy Create free account
hub / github.com/tinyplex/tinybase / dateGetUTCDay

Function dateGetUTCDay

src/common/other.ts:77–77  ·  view source on GitHub ↗
(dateObj: Date)

Source from the content-addressed store, hash-verified

75export const dateGetUTCDate = (dateObj: Date): number => dateObj.getUTCDate();
76
77export const dateGetUTCDay = (dateObj: Date): number => dateObj.getUTCDay();
78
79export const dateGetUTCHours = (dateObj: Date): number => dateObj.getUTCHours();
80

Callers 1

floorTimeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…