date('l'); //Returns full day name of the week: Thursday date('D'); //Returns abbreviated day name of the week: Thu
echo date('d', strtotime('2022-02-02')); // 02 echo date('j', strtotime('2022-02-02')); // 2