On Mon, 2002-08-12 at 10:41, Joe in Minneapolis wrote: > What's the best way to evaluate the server date to see if it's within a > specified date range?
Hm I'd [gm]mktime() both boundary dates, then turn all three dates into unix timestamps and check the server date is within the two integer boundaries. http://www.php.net/manual/en/function.gmmktime.php James -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php