|
Posted by Chris Knipe on 03/17/05 13:16
Lo all,
echo ConvertTime($AcctSessionTime/90); # Returns: 03:17:46.7666666667
I am trying to drop the .whatever.. Thus,
list($Duration, $none) = split('.', ConvertTime($AcctSessionTime/90), 2);
However, $Duration is empty, and $none has the whole string from
ConvertTime.... As I said, something silly ;)
Thanks for the help.
--
Chris.
[Back to original message]
|