diff --git a/Layout/default/Timerecording/Index.php b/Layout/default/Timerecording/Index.php index a5199b793..3d3eefab8 100644 --- a/Layout/default/Timerecording/Index.php +++ b/Layout/default/Timerecording/Index.php @@ -33,6 +33,8 @@ for ($i = 1; $i <= 12; $i++) { $years[time() + 31536000] = date('Y', time() + 31536000); $years[time()] = date('Y', time()); $years[time() - 31536000] = date('Y', time() - 31536000); +$closedmonth = strtotime("01." . $timerecordingBilling->month); +$mindate = date("Y-m-d", strtotime("+ 1 Month", $closedmonth)); ?> Datum