Possible Duplicate:
JQuery DatePicker background color
Am using the folllowing function for pick the date.It was work fine.How to change the datepicker color in jquery?
function DateControl(id){
$(id).datepicker({
changeMonth: true,
changeYear: true
});
}
To change the background color of datepicker try this