(d)
| 112541 | return locale_shortWeekdays[d.getDay()]; |
| 112542 | } |
| 112543 | function formatWeekday(d) { |
| 112544 | return locale_weekdays[d.getDay()]; |
| 112545 | } |
| 112546 | function formatShortMonth(d) { |
| 112547 | return locale_shortMonths[d.getMonth()]; |
| 112548 | } |
nothing calls this directly
no outgoing calls
no test coverage detected