Posted by Norbert Wenzel on 08/18/05 11:53
Richard Lynch wrote: > You're on your own converting 1:38 or 357 into minutes, but: > > $minutes = 357; > $minutes = 15 * round($minutes / 15); > echo "minutes: $minutes\n"; Thank you both. The conversion from 1:38 to 98 is no problem, but I knew there was a more beautiful way round to 15 minutes. Thanks. Norbert
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming