Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
export
function
getDatetime (d) {
137
return
format(d, getLang(
'datetime.format.datetime'
));
138
}
139
140
export
function
getDate (d) {
141
return
format(d, getLang(
'datetime.format.date'
));
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…