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("w", mktime(0,0,0,$month,1,$year)); echo $start;

preferences:
48.57 ms | 402 KiB | 5 Q