From 540ca5a5233ce2195ebb85aaa920bc7670f6df59 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 5 Feb 2004 04:59:19 +0000 Subject: Slight design change in day, wired up week days on day.php. --- day.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'day.php') 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)); -- cgit v1.2.3