(d, string, i)
| 16293 | } |
| 16294 | |
| 16295 | function parseLocaleTime(d, string, i) { |
| 16296 | return parseSpecifier(d, locale_time, string, i); |
| 16297 | } |
| 16298 | |
| 16299 | function formatShortWeekday(d) { |
| 16300 | return locale_shortWeekdays[d.getDay()]; |
nothing calls this directly
no test coverage detected