Skip to content

Missing additional examples #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Mottie opened this issue Jan 26, 2013 · 0 comments
Closed

Missing additional examples #92

Mottie opened this issue Jan 26, 2013 · 0 comments

Comments

@Mottie
Copy link

Mottie commented Jan 26, 2013

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants