RE: Formatting seconds help

2004-11-02 Thread John Serink
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 >

Re: Formatting seconds help

2004-11-02 Thread michael higgins
[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

AW: Formatting seconds help

2004-11-02 Thread joachim . goerner
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

Formatting seconds help

2004-11-02 Thread barons
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