Closed
Description
The old docs.jquery.com site provided additional example code for the datepicker utility, like:
$.datepicker.parseDate('yy-mm-dd', '2007-01-26');
and
$.datepicker.parseDate('DD, MM d, yy', 'Samedi, Juillet 14, 2007', {
shortYearCuroff: 20,
dayNamesShort: $.datepicker.regional['fr'].dayNamesShort,
dayNames: $.datepicker.regional['fr'].dayNames,
monthNamesShort: $.datepicker.regional['fr'].monthNamesShort,
monthNames: $.datepicker.regional['fr'].monthNames
});
which don't exist in the new docs. Can we get these added before the docs domain disappears? I'm sure there are other examples out there that should be preserved too.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels