in reply to Re: How do I convert seconds into a readable time?
in thread How do I convert seconds into a readable time?

The answer and question don't match.... The question is "How do I convert seconds into a readable time?" but the answer given converts readable time into seconds...

Q: How do I '$seconds => $string'??
A: Do this '$string => $seconds'!!

We should change one or the other to get them to match.

-Blake

Update After a bit more investigating, I decided that this isn't really an issue. I thought it was the only answer given for the question. Since it is more of a "thats cool, here's how you can do it backwards" post, my complaint isn't really valid. Feel free to remove this node, mr reaper...

  • Comment on Re: Answer: How do I convert seconds into a readable time?