1 2 3 4 5 6
$(document).ready(function(){ $("input[name=date]").datepicker({ dateFormat: 'dd.mm.yy', firstDay: 1 }); })