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

Function formatWeekday

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

Source from the content-addressed store, hash-verified

112541 return locale_shortWeekdays[d.getDay()];
112542 }
112543 function formatWeekday(d) {
112544 return locale_weekdays[d.getDay()];
112545 }
112546 function formatShortMonth(d) {
112547 return locale_shortMonths[d.getMonth()];
112548 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected