Timer time left
#1

Hello ,

After setting timer i want to show how much time left in timer ,but i can't find anything.
Can anyone help ?
Reply
#2

and how to get time ? Time now like php time();
then i could make kint = time_now + 60 000;
thetime = kint - time_now;
thetime would be the result difference between now and time + 60000
Reply
#3

gettime() without parameters returns a unix timestamp like PHP's time().
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)