Time convert
#2

PHP код:
MSToMinAndSec(ms){
    new 
s[30],sec=floatround(ms/1000),min=floatround(sec/60);
    
format(s,sizeof(s),"%02d:%02d",min,floatround(sec min*60));
    return 
s;

Reply


Messages In This Thread
Time convert - by ImTobi - 24.10.2017, 20:49
Re: Time convert - by CodeStyle175 - 24.10.2017, 20:53
Re: Time convert - by ImTobi - 24.10.2017, 20:59
Re: Time convert - by kingmk - 24.10.2017, 21:00
Re: Time convert - by ImTobi - 24.10.2017, 21:02
Re: Time convert - by kingmk - 24.10.2017, 21:03
Re: Time convert - by ImTobi - 24.10.2017, 21:07
Re: Time convert - by CodeStyle175 - 24.10.2017, 21:52
Re: Time convert - by Danisoni - 24.10.2017, 22:07
Re: Time convert - by NeewFooX - 25.10.2017, 13:26

Forum Jump:


Users browsing this thread: 3 Guest(s)