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

Function formatUTCShortWeekday

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

Source from the content-addressed store, hash-verified

112556 return 1 + ~~(d.getMonth() / 3);
112557 }
112558 function formatUTCShortWeekday(d) {
112559 return locale_shortWeekdays[d.getUTCDay()];
112560 }
112561 function formatUTCWeekday(d) {
112562 return locale_weekdays[d.getUTCDay()];
112563 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected