Datapicker localization and icon trigger problem
Does anybody know how to localize datapicker and set icon for it. I've
tried serveral solution and i'm not able to set polish language and
icon for datapicker together. If I set polish language icon doesn't
work and when i set icon localization doesn't work. Any idea?
This is my code:
var today = new Date();
$("#startDate").datepicker({
minDate: today,
showOn: "both",
buttonImage: "img/calendar.gif",
buttonImageOnly: true
});
$("#startDate").datepicker('option', $.extend({},
$.datepicker.regional['pl'], {
}));