aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-03 04:36:10 +0000
committerjwangen <jwangen>2002-10-03 04:36:10 +0000
commit55e814ffba2d705112d9c0ca3d2b24539dd8dc26 (patch)
tree8434e93de2264ff0f728cfe4dc9b03afd69058cb /day.php
parent852cbafcdba1744f6544643641417eaf89e4831a (diff)
downloadphpicalendar-55e814ffba2d705112d9c0ca3d2b24539dd8dc26.tar.gz
phpicalendar-55e814ffba2d705112d9c0ca3d2b24539dd8dc26.tar.bz2
phpicalendar-55e814ffba2d705112d9c0ca3d2b24539dd8dc26.zip
Localization update, every file changed, basically.
Diffstat (limited to 'day.php')
-rw-r--r--day.php10
1 files changed, 5 insertions, 5 deletions
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;

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