Hi I'm passing a unixtimestamp to a javascript IF statement, can anyone tell me how to generate a unixtimestamp one minute in the future with javascript.
Anyhelp would be helpful.
Thanks
|
Hi I'm passing a unixtimestamp to a javascript IF statement, can anyone tell me how to generate a unixtimestamp one minute in the future with javascript. Anyhelp would be helpful. Thanks
| ||||
|
feedback
|
|
The JavaScript Date object has a
| |||
|
feedback
|
|
UNIX time is just the number of seconds since 1970-01-01Z. So just add 60 you'll get a timestamp one minute later. | |||
|
feedback
|
|
JavaScript Try this.
| |||
|
feedback
|