Wieder auf 2 Vormonate erweitert
This commit is contained in:
parent
4ee786bea7
commit
c449da279a
@ -19,7 +19,7 @@
|
||||
$konto_backgroundColor = $konto[0]['backgroundcolor'];
|
||||
|
||||
|
||||
$stmt = $pdo->query("SELECT (date_trunc('month', CURRENT_DATE::date) - interval '1 month')::date AS von,
|
||||
$stmt = $pdo->query("SELECT (date_trunc('month', CURRENT_DATE::date) - interval '2 month')::date AS von,
|
||||
(date_trunc('month', CURRENT_DATE::date) + interval '1 month' - interval '1 day')::date AS bis;");
|
||||
$monat_aktuell = $stmt->fetchAll(PDO::FETCH_ASSOC)[0];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user