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

Function dateGetUTCDate

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

Source from the content-addressed store, hash-verified

73export const dateGetUTCMonth = (dateObj: Date): number => dateObj.getUTCMonth();
74
75export const dateGetUTCDate = (dateObj: Date): number => dateObj.getUTCDate();
76
77export const dateGetUTCDay = (dateObj: Date): number => dateObj.getUTCDay();
78

Callers 2

getTimeTickLabelFunction · 0.90
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…