Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lobos/react-ui
/ getFullYear
Function
getFullYear
src/utils/datetime.js:144–146 ·
view source on GitHub ↗
(d)
Source
from the content-addressed store, hash-verified
142
}
143
144
export
function
getFullYear (d) {
145
return
format(d, getLang(
'datetime.format.year'
));
146
}
147
148
export
function
getTime (d) {
149
return
format(d, getLang(
'datetime.format.time'
));
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…