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

Function formatShortWeekday

docs/app/js/sanddance-app.js:112540–112542  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

112538 return parseSpecifier(d, locale_time, string, i);
112539 }
112540 function formatShortWeekday(d) {
112541 return locale_shortWeekdays[d.getDay()];
112542 }
112543 function formatWeekday(d) {
112544 return locale_weekdays[d.getDay()];
112545 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected