Convert seconds to minutes and seconds
#2

seconds / 60 = minutes, remainder would be seconds

new minutes = floatround(seconds / 60,floatround_floor);
new remainder = seconds % 60;
Reply


Messages In This Thread
Convert seconds to minutes and seconds - by SomebodyAndMe - 13.01.2014, 13:32
Re: Convert seconds to minutes and seconds - by cessil - 13.01.2014, 13:38
Re: Convert seconds to minutes and seconds - by SomebodyAndMe - 13.01.2014, 13:58

Forum Jump:


Users browsing this thread: 1 Guest(s)