Merge pull request 'Use Monday as the first day of the week.' (#16) from feature-news-date-filter into dev
Reviewed-on: #16
This commit was merged in pull request #16.
This commit is contained in:
@@ -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'));
|
||||||
|
|||||||
Reference in New Issue
Block a user