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

--~--~---------~--~----~------------~-------~--~----~
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