(day)
| 142812 | return time.call(this, month, 1, "%b"); |
| 142813 | } |
| 142814 | function dayFormat(day) { |
| 142815 | return time.call(this, 0, 2 + day, "%A"); |
| 142816 | } |
| 142817 | function dayAbbrevFormat(day) { |
| 142818 | return time.call(this, 0, 2 + day, "%a"); |
| 142819 | } |
nothing calls this directly
no outgoing calls
no test coverage detected