Hi,
Since there is no Date type in php, is there a way to compare dates?

Something like:

if ((3/8/2001) < (3/9/2001)){
   // Date is newer
}

Thanks,
Chris

Reply via email to