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
How long is csrf token?
What is var_dump function in php?
Where to put php files in apache server?
What is difference between print_r and echo in php?
What is the scope of a variable defined outside a function?
What happens if an expected input field was not submitted?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
Differentiate between require and include?
How to open standard output as a file handle?
What is the phpstorm?
What is php explain?
How to get the http request in php?
What is difference between explode() or split() in PHP?
Is echo a function in php?
How can I use single quotes in single quotes in php?