Travis Doherty wrote:
Otto Wyss wrote:
local_formated_date + 7; // days
local_formated_date > local_formated_first_day_next_month;
local_formated_date > (current_date + 14)
etc. Which functions are best suited for such calculations?
O. Wyss
www.php.net/strtotime is probably a good start.
Thanks, strtotime isn't able to parse a european formatted date
(dd.mm.yyyy). How do I get the timestamp of such a date?
O. Wyss
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php