that reads a date (from 2016/1/1 to 2016/12/31) and prints the day of the date. jan. 1, 2016, is friday. note that 2016 is a leap year in PHP

PHP
🤖 Code Explanation
This code outputs the day of the week for the given date.

More problems solved in PHP




















