You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
The old docs.jquery.com site provided additional example code for the datepicker utility, like:
and
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!
The text was updated successfully, but these errors were encountered: