How can we know the number of days between two given dates
using PHP?
How can we know the number of days between two given dates
using MySQL?
Answer Posted / shaik abdul raheem
SELECT DATEDIFF('2006-04-01','2006-03-01')
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Does PHP 5 support exceptions? State Whether True or False?
What is the default session time in php?
What is http get and post?
How can i execute PHP File using Command Line?
How to create a directory?
What is the method to execute a php script from the command line?
What is mysqli_real_escape_string?
What is the best php version for wordpress?
How many types of php frameworks are there?
What is the correct and the most two common way to start and finish a php block of code?
What is super keyword in php?
What is the use of print_r function in php?
How to close a session properly?
How do you use bcrypt for hashing passwords in php?
How to create an array of a group of items inside an html form?