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

Function dateGetUTCMonth

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

Source from the content-addressed store, hash-verified

71 dateObj.getUTCFullYear();
72
73export const dateGetUTCMonth = (dateObj: Date): number => dateObj.getUTCMonth();
74
75export const dateGetUTCDate = (dateObj: Date): number => dateObj.getUTCDate();
76

Callers 3

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