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

Function getDate

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

Source from the content-addressed store, hash-verified

138}
139
140export function getDate (d) {
141 return format(d, getLang('datetime.format.date'));
142}
143
144export function getFullYear (d) {
145 return format(d, getLang('datetime.format.year'));

Callers 1

convertFunction · 0.85

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…