What is the best (date format independent way) in PHP to calculate difference in days between two dates in specified format.
I tried the following function:
The PEAR Date class offers all kinds of features for finding the differences between dates and about 1000 other things as well. The docs for it are here...