Datepicker calendar icon and minDate
Hi,
When I initialize Datepicker using the minDate option, the calendar icon disappears. My code:
- $('.datepicker').datepicker({
minDate: 0
});
$('.datepicker').datepicker( 'option', $.extend({
dateFormat: "dd.mm.yyyy"
}), $.datepicker.regional['de']);
Aswell as this:
- $('.datepicker').datepicker({
minDate: 0,
option: $.extend({
dateFormat: "dd.mm.yyyy"
})
}, $.datepicker.regional['de']);
Any clues?
Regards,
Paddelboot