jQuery(document).ready(function(){
	jQuery('#uid28').datepicker({ firstDay: 1, showAnim: 'fadeIn', duration: 200, dateFormat: 'yy-mm-dd'});
});