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

Function dayFormat

docs/app/js/sanddance-app.js:142814–142816  ·  view source on GitHub ↗
(day)

Source from the content-addressed store, hash-verified

142812 return time.call(this, month, 1, "%b");
142813}
142814function dayFormat(day) {
142815 return time.call(this, 0, 2 + day, "%A");
142816}
142817function dayAbbrevFormat(day) {
142818 return time.call(this, 0, 2 + day, "%a");
142819}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected