From 3135e5bb37841c9d83c2c0eb9315d7fcccfbba93 Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Wed, 26 Aug 2015 11:49:04 +0200 Subject: [PATCH] Calendar: Use day of the month instead day of the week for range There is no sense in use the day of the week as a base for min/max range. --- demos/calendar/min-max.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/calendar/min-max.html b/demos/calendar/min-max.html index 36535b875..d4b074a5e 100644 --- a/demos/calendar/min-max.html +++ b/demos/calendar/min-max.html @@ -8,8 +8,8 @@