(d)
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected