This is a discussion on evaluate date where > 2 weeks ago within the PHP Language forums, part of the PHP Programming Forums category; hi all i have a date on a php page and i need to check if that date ( in this ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"monomaniac21" <mcyi2mr3@googlemail.com> wrote in message
news:1158061327.515798.194210@e63g2000cwd.googlegr oups.com... > hi all i have a date on a php page and i need to check if that date ( > in this format : 2006-06-04) is more than 2 weeks ago. How can i do > this most efficiently? // This is two weeks ago, as a unix timestamp $twoweeks = strtotime('-14 days'); // This is your date, as a unix timestamp $timestamp = strtotime('2006-06-04'); Just add water. -- "Ohjelmoija on organismi joka muuttaa kofeiinia koodiksi" - lpk http://outolempi.net/ahdistus/ - Satunnaisesti päivittyvä nettisarjis spam@outolempi.net || Gedoon-S @ IRCnet || rot13(xvzzb@bhgbyrzcv.arg) |