Is it possible to customize the appearance of the calendar using css files from jquery-ui?
<input type="text" id="dob"/>
Check out this script:
$(document).ready(function(){
$("#dob").datepicker();
});
See an example here.
How can I style it similar to this demo?
Where exactly should I insert the css class for customization?