Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ newDate
Function
newDate
external/.d3.js:16015–16017 ·
view source on GitHub ↗
(y, m, d)
Source
from the content-addressed store, hash-verified
16013
}
16014
16015
function
newDate(y, m, d) {
16016
return
{y: y, m: m, d: d, H: 0, M: 0, S: 0, L: 0};
16017
}
16018
16019
function
formatLocale(locale) {
16020
var
locale_dateTime = locale.dateTime,
Callers
1
newParse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected