diff --git a/cal.tgz b/cal.tgz index b01a169db..259d9563d 100644 Binary files a/cal.tgz and b/cal.tgz differ diff --git a/cal/cal.php b/cal/cal.php index 5ec8d73e1..4d251d372 100644 --- a/cal/cal.php +++ b/cal/cal.php @@ -93,7 +93,7 @@ function cal_format_output ($r, $f, $tz) $tmp1 = strtotime($rr['start']); $tmp2 = strtotime($rr['finish']); $time_format = "%H:%M:%S"; - $date_format = "%d.%m.%Y"; + $date_format = "%Y-%m-%d"; $o .= '"'.$rr['summary'].'", "'.strftime($date_format, $tmp1) . '", "'.strftime($time_format, $tmp1).'", "'.$rr['desc'] . '", "'.strftime($date_format, $tmp2) .