write code to find the date difference b/w two given date
using PHP not MYSQL function?
Answer Posted / rajan
$a= gregoriantojd(1,30,2009);
$b= gregoriantojd(1,5,2009);
echo $a-$b;
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the difference between explode () and split () functions in php?
Can we override magic methods in php?
What version of php do I have windows?
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
What can php do?
How to convert a string to uppercase in php?
Are php session secure?
What is a php certification?
How to open a file for writing?
Why do we use session?
What is is_null() in php?
How do you use bcrypt for hashing passwords in php?
Is php closing tag necessary?
Why json is used in php?
Explain me how failures in execution are handled with include() and require() functions?