Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
148
export
function
getTime (d) {
149
return
format(d, getLang(
'datetime.format.time'
));
150
}
151
152
// string, unixtimestamp convert to Date
153
export
function
convert (obj, def) {
Callers
nothing calls this directly
Calls
2
getLang
Function · 0.90
format
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…