LoveToCode
MIS
- Jan 11, 2007
- 51
Hello,
I have a table that record the length of an MP3 file in a string that looks like this:
Length: 369
I'd like to format that into a time string, like this:
3:69
the only thing is, notice how the time is 3:69... which does not make sense. I think the length being returned is in seconds... like three hundred and 69 seconds? I'm not quite sure. Does anyone have experience with this and call help me format this corectly?
Thanks.
I have a table that record the length of an MP3 file in a string that looks like this:
Length: 369
I'd like to format that into a time string, like this:
3:69
the only thing is, notice how the time is 3:69... which does not make sense. I think the length being returned is in seconds... like three hundred and 69 seconds? I'm not quite sure. Does anyone have experience with this and call help me format this corectly?
Thanks.