MCPcopy Create free account
hub / github.com/breck7/scroll / parseLocaleTime

Function parseLocaleTime

external/.d3.js:16295–16297  ·  view source on GitHub ↗
(d, string, i)

Source from the content-addressed store, hash-verified

16293 }
16294
16295 function parseLocaleTime(d, string, i) {
16296 return parseSpecifier(d, locale_time, string, i);
16297 }
16298
16299 function formatShortWeekday(d) {
16300 return locale_shortWeekdays[d.getDay()];

Callers

nothing calls this directly

Calls 1

parseSpecifierFunction · 0.85

Tested by

no test coverage detected