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