Datapicker localization and icon trigger problem
Hi!
Does anybody know how to set localization and icon for datepicker.
I've tried it in serveral ways and I don't know how to do this. When i
set localization to Polish language icon doesn't work and inversery.
This is my code:
var today = new Date();
$("#startDate").datepicker({
minDate: today,
showOn: "both",
buttonImage: ">img/calendar.gif",
buttonImageOnly: true
});
$("#startDate").datepicker('options',$.extend({},
$.datepicker.regional["pl"], {
}));