(d)
| 112538 | return parseSpecifier(d, locale_time, string, i); |
| 112539 | } |
| 112540 | function formatShortWeekday(d) { |
| 112541 | return locale_shortWeekdays[d.getDay()]; |
| 112542 | } |
| 112543 | function formatWeekday(d) { |
| 112544 | return locale_weekdays[d.getDay()]; |
| 112545 | } |
nothing calls this directly
no outgoing calls
no test coverage detected