Wieder auf 2 Vormonate erweitert

This commit is contained in:
p3t3rp1Lz 2025-12-02 11:58:44 +01:00
parent 4ee786bea7
commit c449da279a

View File

@ -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];