How can I set a datepicker
's date to the first Saturday available?
Here's my code:
jQuery('input#data_da').datepicker({
dateFormat: 'dd-mm-yy' ,
minDate: first saturday available
defaultDate: 0,
showOn: 'both',
buttonImage: "/pw/images/sfondo_calendario.png",
// ...
});