Re: Formatting milliseconds to certain String

2007-02-12 Thread John Machin
On Feb 12, 11:32 pm, Deniz Dogan <[EMAIL PROTECTED]> wrote: > Hello. > I need help with a small problem I'm having. > > I want to make a function which takes an integer representing some time > in milliseconds and returns the same time but formatted as > "hours:minutes:seconds,milliseconds" with le

Re: Formatting milliseconds to certain String

2007-02-12 Thread Laurent Pointal
Deniz Dogan a écrit : > Hello. > I need help with a small problem I'm having. > > I want to make a function which takes an integer representing some time > in milliseconds and returns the same time but formatted as > "hours:minutes:seconds,milliseconds" with leading zeros whenever possible. > > E

Re: Formatting milliseconds to certain String

2007-02-12 Thread Robin Becker
Deniz Dogan wrote: > Hello. > I need help with a small problem I'm having. > > I want to make a function which takes an integer representing some time > in milliseconds and returns the same time but formatted as > "hours:minutes:seconds,milliseconds" with leading zeros whenever possible. > > E.

Re: Formatting milliseconds to certain String

2007-02-12 Thread Duncan Booth
Deniz Dogan <[EMAIL PROTECTED]> wrote: > I want to make a function which takes an integer representing some > time in milliseconds and returns the same time but formatted as > "hours:minutes:seconds,milliseconds" with leading zeros whenever > possible. > > E.g. I input 185804 to the function an

Formatting milliseconds to certain String

2007-02-12 Thread Deniz Dogan
Hello. I need help with a small problem I'm having. I want to make a function which takes an integer representing some time in milliseconds and returns the same time but formatted as "hours:minutes:seconds,milliseconds" with leading zeros whenever possible. E.g. I input 185804 to the function a