Posted by John Taylor-Johnston on 06/05/05 08:12
$mydata->lastinsalled = "2004-05";
How can I determne if $mydata->lastinsalled is one year or more older
than the current $date("l-m");
Anyting simple and over looked? I have been browsing the manual::
http://ca.php.net/manual/en/function.strtotime.php
http://ca.php.net/manual/en/function.date.php
John
[Back to original message]
|