How to use date_diff and date_format in php | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to use date_diff and date_format in php

Can you share a code in php that use date_diff or date_format or explain how to use it to help any one to understand well the date function date_diff and date_format because there is no lesson about it in the course of sololearn PHP.

28th Sep 2017, 2:50 PM
melbert varron
melbert varron - avatar
2 Answers
+ 2
https://code.sololearn.com/wFg9nJiZLmP8/?ref=app this is my own code related to the question i hope you like it
28th Sep 2017, 6:32 PM
melbert varron
melbert varron - avatar
+ 3
Here's date/time function reference, you'll find date_diff & date_format information and usage examples too. If you still have difficulties after reading you can ask again here. [date/time functions reference] https://www.w3schools.com/PhP/php_ref_date.asp [date_diff page] https://www.w3schools.com/PhP/func_date_date_diff.asp [date_format page] https://www.w3schools.com/PhP/func_date_date_format.asp Hth, cmiiw
28th Sep 2017, 3:28 PM
Ipang