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
What is isset in php form?
What is get and post method in php?
How can we access the data sent through the url with the post method?
How to concatenate two strings in php?
Is overloading possible in php?
Does empty check for null?
How to create database connection and query in php?
What are php strings?
Whether php supports microsoft sql server?
What are the common uses of php?
How to count a number of words in a string in php?
Who is the father or inventor of php?
Which function would you use to format date information in php?
What is difference between put and post method in http?
What are the different types of array in php?