Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
export
function
getDate (d) {
141
return
format(d, getLang(
'datetime.format.date'
));
142
}
143
144
export
function
getFullYear (d) {
145
return
format(d, getLang(
'datetime.format.year'
));
Callers
1
convert
Function · 0.85
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…