13.01.2014, 13:38
seconds / 60 = minutes, remainder would be seconds
new minutes = floatround(seconds / 60,floatround_floor);
new remainder = seconds % 60;
new minutes = floatround(seconds / 60,floatround_floor);
new remainder = seconds % 60;