MCPcopy Create free account
hub / github.com/microsoft/SandDance / localFirst

Function localFirst

docs/app/js/sanddance-app.js:111246–111248  ·  view source on GitHub ↗
(y)

Source from the content-addressed store, hash-verified

111244 return (0, _d3Time.timeWeek).count(localYear(d.getFullYear()) - 1, d);
111245}
111246function localFirst(y) {
111247 return localYear(y).getDay();
111248}
111249function localDate(y, m, d, H, M, S, L) {
111250 if (0 <= y && y < 100) {
111251 const date = new Date(-1, m, d, H, M, S, L);

Callers 1

sanddance-app.jsFile · 0.70

Calls 1

localYearFunction · 0.70

Tested by

no test coverage detected