Hi

I want to check if  $var > 14 days or $var  < 14 days

($var = $date2  - $date1)

$date1 = "2003-01-16";
$date2 = "2003-03-16";


How can i check this?
Are there any functions for this or do i have to make one?





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to