aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-02-05 04:59:19 +0000
committerChad Little <clittle@users.sourceforge.net>2004-02-05 04:59:19 +0000
commit540ca5a5233ce2195ebb85aaa920bc7670f6df59 (patch)
tree28da021106671bd1d3c9f12e29b6740ee6476699 /day.php
parentdef8231c574d4698223d9ef5ed9545cdd9c01624 (diff)
downloadphpicalendar-540ca5a5233ce2195ebb85aaa920bc7670f6df59.tar.gz
phpicalendar-540ca5a5233ce2195ebb85aaa920bc7670f6df59.tar.bz2
phpicalendar-540ca5a5233ce2195ebb85aaa920bc7670f6df59.zip
Slight design change in day, wired up week days on day.php.
Diffstat (limited to 'day.php')
-rw-r--r--day.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/day.php b/day.php
index eed3953..4a7fc99 100644
--- a/day.php
+++ b/day.php
@@ -20,7 +20,7 @@ $today_today = date('Ymd', strtotime("now + $second_offset seconds"));
$next_day = date('Ymd', strtotime("+1 day", $unix_time));
$prev_day = date('Ymd', strtotime("-1 day", $unix_time));
-$display_date = localizeDate($dateFormat_week_list, $unix_time);
+$display_date = localizeDate($dateFormat_day, $unix_time);
$start_week_time = strtotime(dateOfWeek($getdate, $week_start_day));

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