2016-03-16 185 views

回答

1

試試這個

$date = "11-3-2016"; 
echo date('w', strtotime($date)); //5 
echo date('l', strtotime($date));//Friday 
相關問題