Quote:
Originally Posted by paul PHP Code: <?php $3monthsago = mktime(0, 0, 0, date("m")-3, date("d"), date("y")); echo "3 months ago was ".date("m/d/y", $3monthsago ); ?> |
I was just looking at mktime - just need to run few tests.
I will let you know.