MCPcopy Index your code
hub / github.com/Lobos/react-ui / getDatetime

Function getDatetime

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

Source from the content-addressed store, hash-verified

134}
135
136export function getDatetime (d) {
137 return format(d, getLang('datetime.format.datetime'));
138}
139
140export function getDate (d) {
141 return format(d, getLang('datetime.format.date'));

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…