aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-22 17:35:01 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-22 17:35:01 +0000
commitf24eeff8f47fd97d0136684772a6b3eac892a6f8 (patch)
tree1f9d5b7fd11af6e7938922d5e0fd62a6372d6bf0 /config.inc.php
parent565289afeb671058c92edcb40cc4ee993917ef82 (diff)
downloadphpicalendar-f24eeff8f47fd97d0136684772a6b3eac892a6f8.tar.gz
phpicalendar-f24eeff8f47fd97d0136684772a6b3eac892a6f8.tar.bz2
phpicalendar-f24eeff8f47fd97d0136684772a6b3eac892a6f8.zip
24 hour time format inclusion.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index cec46c2..c9a4a0d 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -6,6 +6,7 @@ $calendar_path = "./calendars"; // path to directory with calendars
$default_view = "day"; // default view for calendars
$default_cal = "Home"; // filename of calendar without .ics
$language = "English"; // Language support
-$week_start_day = "Tuesday"; // Day of the week your week starts on
+$week_start_day = "Tuesday"; // Day of the week your week starts on
+$time_format = "24" // Enter "12" for 12 hour clock, "24" for 24 hour clock (military, european)
?> \ No newline at end of file

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