$(function() {
	$('#date, #expiry, #start_date').datepicker({dateFormat: 'yy-mm-dd'});	
});
