From 5c565b3d4b7a6608414837ef34fb6c09006ba9d6 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 16 Oct 2021 23:37:04 +0200 Subject: Start week on Monday and show week numbers --- src/munin-plot.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/munin-plot.js') diff --git a/src/munin-plot.js b/src/munin-plot.js index af27b1b..eab6c80 100644 --- a/src/munin-plot.js +++ b/src/munin-plot.js @@ -86,9 +86,11 @@ $(document).ready(function () { // initialise the date range picker $('#reportrange').daterangepicker({ locale: { - format: 'YYYY-MM-DD HH:mm' + format: 'YYYY-MM-DD HH:mm', + firstDay: 1 }, opens: 'left', + showISOWeekNumbers: true, timePicker: true, timePickerIncrement: 10, timePicker24Hour: true, -- cgit v1.2.3