Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: adding/subtracting days


Message #1 by "Richard D. Williams" <richard@a...> on Sat, 07 Sep 2002 10:52:38 -0500
Wow! PHP never ceases to amaze me!!!

> -----Original Message-----
> From: Nikolai Devereaux [mailto:yomama@u...]
> Sent: 09 September 2002 19:23
> To: professional php
> Subject: [pro_php] RE: adding/subtracting days
> 
> 
> 
> You could also just use the built-in function strtotome()
>   http://www.php.net/strtotime
> 
> example:
> 
> $timestamp = strtotime("-10 days");
> 
> 
> hth,
> 
> nik
> 
> 
> 

  Return to Index