2 Commits

View File

@@ -44,7 +44,31 @@
autoUpdateInput: false, autoUpdateInput: false,
locale: { locale: {
cancelLabel: 'Annuleer', cancelLabel: 'Annuleer',
applyLabel: 'Filteren' applyLabel: 'Filteren',
"daysOfWeek": [
"Zo",
"Ma",
"Di",
"Wo",
"Do",
"Vr",
"Za"
],
"monthNames": [
"Januari",
"Februari",
"Maart",
"April",
"Mei",
"Juni",
"Juli",
"Augustus",
"September",
"Oktober",
"November",
"December"
],
"firstDay": 1
} }
}, function(start, end, label) { }, function(start, end, label) {
$('input[name="daterange"]').val(start.format('DD-MM-YYYY') + ' - ' + end.format('DD-MM-YYYY')); $('input[name="daterange"]').val(start.format('DD-MM-YYYY') + ' - ' + end.format('DD-MM-YYYY'));