Skip to content

Missing additional examples #92

Closed
Closed
@Mottie

Description

@Mottie

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions