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'], {
}));

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to