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
Is gender a dependent variable?
Explain scalar type declarations in php7?
What is laracast?
What is the Default syntax used in PHP?
Php code to find whether a number armstrong or not?
What is reference variable php?
Tell me what is the default session time in php?
What are the types of variables in php?
How to invoke a user function?
Which variable declarations within a class is invalid in php?
How to get useful error messages in php?
How to send a cookie to the browser?
How to declare an array in php?
How to convert strings in hex format?
What is $_ get?