Now that I made my ElapsedSecondstoString function, it seems that the value I'm getting back from filemtime is not seconds based (is this right?)
According to the docs, it is a Unix timestamp (I'm not familiar with this).
Is there a way to convert the value that is returned from Filemtime so that it is in seconds so I can do:
...to get back the number of elapsed seconds?
TIA