PHP Pełny dzień nazwa
date("l",time()) // LOWER CASE L
Smoggy Seal
date("l",time()) // LOWER CASE L
$mydate = '2016-01-01';
echo date('l, F jS, Y', strtotime($mydate));
# Friday, January 1st, 2016