24.09.2011, 16:46
Hi all.I want to ask how to convert second to days? i try to do that:
But not work.
Код:
new Days = (Seconds/(3600*24))%24;
new Days = (Seconds/(3600*24))%24;
new Days = floatround( Seconds / 86400, floatround_floor ) % 24;
new Days = floatround( Seconds / 86400, floatround_floor );