<?php var_dump(date('Y-m-d')); var_dump(date('Y-m-j')); var_dump(date('Y-m-t')); var_dump(date('d')); var_dump(date('t')); var_dump(date('Y-m-d', strtotime('2026-04-01'))); var_dump(date('Y-m-j', strtotime('2026-04-01'))); var_dump(date('Y-m-t', strtotime('2026-04-01'))); var_dump(date('d', strtotime('2026-04-01'))); var_dump(date('t', strtotime('2026-04-01')));
You have javascript disabled. You will not be able to edit any code.