I'm new to jQuery (and most things), so I'm needing some help.
I'm attempting to use datepicker (with jQueryUI) and I'd like to set both the "dateFormat" and "altFormat" options for it.
This works for setting the dateFormat, yet I'm unsure how to also include the altFormat.Code:$('.date').datepicker({ dateFormat: "mm-dd-yy" });
I've tried added a comma after the dateFormat stuff, didn't work.
Any help would be GREATLY APPRECIATED.
Thanks![]()


Reply With Quote

Bookmarks