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

