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

Function getTime

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

Source from the content-addressed store, hash-verified

146}
147
148export function getTime (d) {
149 return format(d, getLang('datetime.format.time'));
150}
151
152// string, unixtimestamp convert to Date
153export function convert (obj, def) {

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…