date modulehelp wantedquick change
Repository-Metriken
- Stars
- (4.759 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
When using an undefined skeleton, e.g., {skeleton: '<anything here that doesn't exist>'}
https://github.com/jquery/globalize/blob/master/src/date.js#L64 returns undefined, which in turn is passed as the expanded-pattern to the formatter, which in turn tries to recognize u and fails.
Originally raised on #455.