(d, string, i)
| 22952 | } |
| 22953 | |
| 22954 | function parseLocaleTime(d, string, i) { |
| 22955 | return parseSpecifier(d, locale_time, string, i); |
| 22956 | } |
| 22957 | |
| 22958 | function formatShortWeekday(d) { |
| 22959 | return locale_shortWeekdays[d.getDay()]; |
nothing calls this directly
no test coverage detected