compare two date
Posted: Sat Mar 25, 2006 10:59 pm
I want the coding to compare between two date
If date one exceed date two then anything..
If date one exceed date two then anything..
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
if($date1 > $date2)
{
// $date1 "exceeds" $date2
}