MCPcopy Index your code
hub / github.com/microsoft/SandDance / parseLocaleTime

Function parseLocaleTime

docs/app/js/sanddance-app.js:112537–112539  ·  view source on GitHub ↗
(d, string, i)

Source from the content-addressed store, hash-verified

112535 return parseSpecifier(d, locale_date, string, i);
112536 }
112537 function parseLocaleTime(d, string, i) {
112538 return parseSpecifier(d, locale_time, string, i);
112539 }
112540 function formatShortWeekday(d) {
112541 return locale_shortWeekdays[d.getDay()];
112542 }

Callers

nothing calls this directly

Calls 1

parseSpecifierFunction · 0.70

Tested by

no test coverage detected