I am using jQuery UI datepicker, I know I can customize this datepicker in this way:
$("#reserve_date").datepicker({
beforeShowDay: no_disabled_Days
});
currently, my datapicker calendar start weeks from Sunday, I would like it starts weeks from Monday, how to do??
jQuery UI Reference; see the link for a slightly more detailed explanation.
For inline reference: