jQuery(function($){
	$.datepicker.regional['en'] = {
		dateFormat: 'yy/mm/dd'
	};
	$.datepicker.setDefaults($.datepicker.regional['en']);
});
