<?php $og = new DateTimeImmutable(date('2025-03-31')); $next_month = $og->modify('last day of next month'); echo "Start Date: " . $og->format('Y-m-d') . "\n"; echo "Next Month: " . $next_month->format('Y-m-d');
You have javascript disabled. You will not be able to edit any code.