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

Function timeFormatLocale

docs/app/js/sanddance-app.js:110065–110067  ·  view source on GitHub ↗
(definition)

Source from the content-addressed store, hash-verified

110063 });
110064}
110065function timeFormatLocale(definition) {
110066 return timeLocale((0, _d3TimeFormat.timeFormatLocale)(definition));
110067}
110068function timeFormatDefaultLocale(definition) {
110069 return arguments.length ? defaultTimeLocale = timeFormatLocale(definition) : defaultTimeLocale;
110070}

Callers 2

timeFormatDefaultLocaleFunction · 0.70
localeFunction · 0.70

Calls 1

timeLocaleFunction · 0.70

Tested by

no test coverage detected