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

Function formatUTCWeekday

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

Source from the content-addressed store, hash-verified

112559 return locale_shortWeekdays[d.getUTCDay()];
112560 }
112561 function formatUTCWeekday(d) {
112562 return locale_weekdays[d.getUTCDay()];
112563 }
112564 function formatUTCShortMonth(d) {
112565 return locale_shortMonths[d.getUTCMonth()];
112566 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected