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

Function parseLocaleDate

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

Source from the content-addressed store, hash-verified

16289 }
16290
16291 function parseLocaleDate(d, string, i) {
16292 return parseSpecifier(d, locale_date, string, i);
16293 }
16294
16295 function parseLocaleTime(d, string, i) {
16296 return parseSpecifier(d, locale_time, string, i);

Callers

nothing calls this directly

Calls 1

parseSpecifierFunction · 0.85

Tested by

no test coverage detected