aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-30 04:25:51 +0000
committerjwangen <jwangen>2002-09-30 04:25:51 +0000
commitc31b0821db57f9e530cfe83b96989b8b9fc44b92 (patch)
tree3c7df3af2dbf403ca5233ca8c6d5186aff421e2f /config.inc.php
parent4355ff480b7d217af83ab515cce590203604bc1b (diff)
downloadphpicalendar-c31b0821db57f9e530cfe83b96989b8b9fc44b92.tar.gz
phpicalendar-c31b0821db57f9e530cfe83b96989b8b9fc44b92.tar.bz2
phpicalendar-c31b0821db57f9e530cfe83b96989b8b9fc44b92.zip
dateOfWeek() works well and uses $week_start_day to return the date of
the day
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 3301abb..21fbf68 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 = "Sunday"; // 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