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, and

AW: Formatting seconds help

2004-11-02 Thread joachim . goerner
: Formatting seconds help 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

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 days,

RE: Formatting seconds help

2004-11-02 Thread John Serink
- 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 format my seconds. Say I have: $seconds = '3600'; I