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