Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ data-ty.js
File
data-ty.js
test/fixtures/scale.time/data-ty.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
function
newDateFromRef(days) {
2
return
moment(
'01/01/2015 12:00'
,
'DD/MM/YYYY HH:mm'
).add(days,
'd'
).toDate();
3
}
4
Callers
nothing calls this directly
Calls
1
newDateFromRef
Function · 0.70
Tested by
no test coverage detected