$(function() {		
		$("#startDate").datepicker($.datepicker.regional['pl']);
		$("#expireDate").datepicker($.datepicker.regional['pl']);
});

