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

Function dateGetUTCFullYear

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

Source from the content-addressed store, hash-verified

68 isUndefined(value) ? new date() : new date(value);
69
70export const dateGetUTCFullYear = (dateObj: Date): number =>
71 dateObj.getUTCFullYear();
72
73export const dateGetUTCMonth = (dateObj: Date): number => dateObj.getUTCMonth();
74

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…