3v4l.org

run code in 300+ PHP versions simultaneously
<?php $today = date("d"); // Current day $month = date("m"); // Current month $year = date("Y"); // Current year $start = date("N", mktime(0,0,0,$month,1,$year)); echo $start;

preferences:
42.52 ms | 402 KiB | 5 Q