Computing and calculating dates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This probably has been asked several times yet I can't find a satisfying solution. What's the simplest way to compute dates like

  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

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux