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
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
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.
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
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