MCPcopy Create free account
hub / github.com/Lobos/react-ui / getFullYear

Function getFullYear

src/utils/datetime.js:144–146  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

142}
143
144export function getFullYear (d) {
145 return format(d, getLang('datetime.format.year'));
146}
147
148export function getTime (d) {
149 return format(d, getLang('datetime.format.time'));

Callers

nothing calls this directly

Calls 2

getLangFunction · 0.90
formatFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…