aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
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