function setDatePicker()
{
	$.datepicker.setDefaults($.extend({ dateFormat: 'yy-mm-dd', firstDay: 1 }, $.datepicker.regional['de']));
}