From 55e814ffba2d705112d9c0ca3d2b24539dd8dc26 Mon Sep 17 00:00:00 2001 From: jwangen Date: Thu, 3 Oct 2002 04:36:10 +0000 Subject: Localization update, every file changed, basically. --- day.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'day.php') diff --git a/day.php b/day.php index b3c5e5c..d867f8b 100644 --- a/day.php +++ b/day.php @@ -26,7 +26,7 @@ $unix_time = strtotime($getdate); $today_today = date ("Ymd"); $tomorrows_date = date( "Ymd", strtotime("+1 day", $unix_time)); $yesterdays_date = date( "Ymd", strtotime("-1 day", $unix_time)); -$display_date = strftime($dateFormat_day, $unix_time); +$display_date = localizeDate($dateFormat_day, $unix_time); // For the side months ereg ("([0-9]{4})([0-9]{2})([0-9]{2})", $getdate, $day_array2); @@ -44,11 +44,11 @@ $year3 = date("Y", DateAdd ("m", "+1", $date)); $first_sunday1 = sundayOfWeek($year1, $month1, "1"); $first_sunday2 = sundayOfWeek($year2, $month2, "1"); $first_sunday3 = sundayOfWeek($year3, $month3, "1"); -$display_month1 = strftime ($dateFormat_month, strtotime("-1 month", $date)); -$display_month2 = strftime ($dateFormat_month, $date); -$display_month3 = strftime ($dateFormat_month, strtotime("+1 month", $date)); +$display_month1 = localizeDate ($dateFormat_month, strtotime("-1 month", $date)); +$display_month2 = localizeDate ($dateFormat_month, $date); +$display_month3 = localizeDate ($dateFormat_month, strtotime("+1 month", $date)); $parse_month = date ("Ym", $date); -$thisday2 = strftime($dateFormat_week_list, $date); +$thisday2 = localizeDate($dateFormat_week_list, $date); $dayborder = 0; -- cgit v1.2.3