aboutsummaryrefslogtreecommitdiffstats
path: root/month_bottom.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-06 12:04:18 +0000
committerjwangen <jwangen>2002-10-06 12:04:18 +0000
commitdb58cafdb605dcf6d091ed0378257e4a42e6f1f2 (patch)
treeca4375472a01fc3eaebb0df856b7e749cdc734fa /month_bottom.php
parentaf7e2e9e131caba505f52ce6ae4ca1bfc4891744 (diff)
downloadphpicalendar-db58cafdb605dcf6d091ed0378257e4a42e6f1f2.tar.gz
phpicalendar-db58cafdb605dcf6d091ed0378257e4a42e6f1f2.tar.bz2
phpicalendar-db58cafdb605dcf6d091ed0378257e4a42e6f1f2.zip
A few language updates,
Diffstat (limited to 'month_bottom.php')
-rw-r--r--month_bottom.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/month_bottom.php b/month_bottom.php
index b20866a..406b534 100644
--- a/month_bottom.php
+++ b/month_bottom.php
@@ -330,7 +330,7 @@
ereg ("([0-9]{6})([0-9]{2})", $key, $regs);
if ($regs[1] == $parse_month) {
$dayofmonth = strtotime ($key);
- $dayofmonth = strftime ($dateFormat_week_list, $dayofmonth);
+ $dayofmonth = localizeDate ($dateFormat_week_list, $dayofmonth);
$i = 0;
if ($getdate == $key) {
$fontclass="class=\"G10BOLD\"";

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