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
How do I run a php script in windows?
Explain the differences between get and post methods?
What is the interface in php?
what is constructor
How do I run a php script?
What are the delimiters in php?
Why is php used?
What is data abstraction in php?
Explain Booleans in PHP?
Explain the difference between isset() and empty()?
List some features of php that are deprecated in php7?
What are static variables in php?
How is a constant defined in a PHP script?
Which character is used to match exactly one character?
What are escaping characters?