Skip to content
Snippets Groups Projects
Commit 82940d98 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

change datepicker in helper.js

parent 163bb2c3
No related branches found
No related tags found
No related merge requests found
......@@ -53,23 +53,6 @@
$("#date").change(onDateChanged);
update();
$('.datepicker').date({
labelMonthNext: 'Nexter Monat',
labelMonthPrev: 'Vorheriger Monat',
labelMonthSelect: 'Monat wählen',
labelYearSelect: 'Jahr wählen',
monthsFull: [ 'Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember' ],
monthsShort: [ 'Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez' ],
weekdaysFull: [ 'Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag' ],
weekdaysShort: [ 'So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa' ],
weekdaysLetter: [ 'S', 'M', 'D', 'M', 'D', 'F', 'S' ],
today: 'Heute',
clear: 'Löschen',
close: 'Zurück',
format: 'd. mmmm yyyy',
firstDay: 1
});
})
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment