Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of [EMAIL PROTECTED]
> Sent: Wednesday, November 03, 2004 2:02 AM
> To: [EMAIL PROTECTED]
> Subject: Formatting seconds help
>
>
> Does anyone have a simple routine or a way that I can
>
[EMAIL PROTECTED] wrote:
Does anyone have a simple routine or a way that I can
format my seconds. Say I have:
$seconds = '3600';
I want the output to say "1 hour"
$seconds = '5567';
I want the output to say "1 hour 54 minutes and 64 seconds"
Something like that that will break down the amount of
da
ROTECTED] [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 2. November 2004 19:02
> An: [EMAIL PROTECTED]
> Betreff: Formatting seconds help
>
>
> Does anyone have a simple routine or a way that I can
> format my seconds. Say I have:
>
> $seconds = '3600';
> I wan
Does anyone have a simple routine or a way that I can
format my seconds. Say I have:
$seconds = '3600';
I want the output to say "1 hour"
$seconds = '5567';
I want the output to say "1 hour 54 minutes and 64 seconds"
Something like that that will break down the amount of
days, hours, minutes, an