$(document).ready(function(){ $('.datepicker input').datepicker({ autoclose: true, language: 'de', clearBtn: true, format: 'dd.mm.yyyy' }); });