|
Posted by "Gustav Wiberg" on 12/05/86 11:27
----- Original Message -----
From: "Philip Thompson" <prthomp@uark.edu>
To: <php-general@lists.php.net>
Sent: Friday, September 23, 2005 6:11 PM
Subject: [PHP] Subtracting dates w/o database interaction (MySQL)
> Hey all.
>
> I'm needing to find the number of days between two dates without using an
> database functions (DATE_SUB, etc)... only PHP. Is there an easy way to
> accomplish this? I have searched the PHP site, but have not been
> successful in finding anything that will assist me.
>
> Any help would be appreciated.
>
> Thanks,
> ~Philip
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.344 / Virus Database: 267.11.5/110 - Release Date: 2005-09-22
>
>
Hi there!
Take a look at
http://www.varupiraten.se/opensource/doc.php?subject=datefunctions.php#datefunctions.php
I hope this will help you... :-)
/G
http://www.varupiraten.se/
[Back to original message]
|