MCQs > IT & Programming > PHP > You want to find out what day Twelfth Night falls on after Christmas 2018. Which code should you use?

PHP MCQs

You want to find out what day Twelfth Night falls on after Christmas 2018. Which code should you use?

Answer

Correct Answer: $twelfth_night = strtotime('December 25, 2018 + 12 days'); echo strftime('%d', $twelfth_night);

Explanation:

Note: This Question is unanswered, help us to find answer for this one

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it