How can I change the style of the calender using the css files of jquery-ui?
<input type="text" id="dob"/>
here is the script
$(document).ready(function(){
$("#dob").datepicker();
});
here's the example http://jsfiddle.net/zncSh/2/ ?
how can I format it to be like this http://jqueryui.com/demos/datepicker/ ??
where should I add the css class ?