aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-30 03:50:40 +0000
committerjwangen <jwangen>2002-09-30 03:50:40 +0000
commit4706c676d2c1995efdac08750f66f5ce37529866 (patch)
tree5bc060e9b38814ebe1c5f09d39a42bde0b6913ea /config.inc.php
parent7aeb7747f21d936f33ced01e19073c6f9957f5a3 (diff)
downloadphpicalendar-4706c676d2c1995efdac08750f66f5ce37529866.tar.gz
phpicalendar-4706c676d2c1995efdac08750f66f5ce37529866.tar.bz2
phpicalendar-4706c676d2c1995efdac08750f66f5ce37529866.zip
dateOfWeek now expects 3 char day names, instead of Apple's 2 char names
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index 21fbf68..23c5dc5 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -5,7 +5,7 @@ $calendar_path = "./calendars"; // path to directory with calendars
$default_view = "day"; // default view for calendars = "day", "week", "month"
$default_cal = "Home"; // exact filename of calendar without .ics
$language = "English"; // Language support - "English", "Polish", "German", "French", "Dutch", "Danish", "Italian", "Japanese", "Norwegian"
-$week_start_day = "Sunday"; // Day of the week your week starts on
+$week_start_day = "monday"; // Day of the week your week starts on
$use_sessions = "yes"; // For speedy performance on web servers, not good for localhost use.
$day_start = "0700"; // Start time for day grid
$gridLength = "15"; // grid distance in minutes for day view

© 2014-2024 Faster IT GmbH | imprint | privacy policy