On Fri, 19 Apr 2002, Demitrious S. Kelly wrote:
> Whatever works
>
> And the function works fine for any year after 2000
Not for 2100.
miguel
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
; From: Miguel Cruz [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 19, 2002 8:52 AM
> To: Demitrious S. Kelly
> Cc: [EMAIL PROTECTED]
> Subject: RE: [PHP] Within the date format
>
> Like I said, if it crosses through a leap year, your calculation may
be
> off. How many days ar
mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 19, 2002 8:52 AM
> To: Demitrious S. Kelly
> Cc: [EMAIL PROTECTED]
> Subject: RE: [PHP] Within the date format
>
> Like I said, if it crosses through a leap year, your calculation may be
> off. How many days are there in Fe
Allen
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] Within the date format
>
> On Fri, 19 Apr 2002, Ron Allen wrote:
> > This is what I have right now
> >
> > $totaltime= date(":H:i:s", mktime(0,0,$totaltime));
> >
> > This is the result
>
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] Within the date format
>
> On Fri, 19 Apr 2002, Ron Allen wrote:
> > This is what I have right now
> >
> > $totaltime= date(":H:i:s", mktime(0,0,$totaltime));
> >
> > This is the result
> >
riday, April 19, 2002 8:44 AM
To: Ron Allen
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Within the date format
On Fri, 19 Apr 2002, Ron Allen wrote:
> This is what I have right now
>
> $totaltime= date(":H:i:s", mktime(0,0,$totaltime));
>
> This is the result
>
> 04:20:46
On Fri, 19 Apr 2002, Ron Allen wrote:
> This is what I have right now
>
> $totaltime= date(":H:i:s", mktime(0,0,$totaltime));
>
> This is the result
>
> 04:20:46
>
> from the following dates
> 2002-04-25 16:30:16
> 2002-04-19 12:09:30
> 534046 seconds
>
> I would like to be able to get the da
This is what I have right now
$totaltime= date(":H:i:s", mktime(0,0,$totaltime));
This is the result
04:20:46
from the following dates
2002-04-25 16:30:16
2002-04-19 12:09:30
534046 seconds
I would like to be able to get the days and, if needed, the number of months
and years
--
PHP Gene
8 matches
Mail list logo