Tagged Questions

1
vote
3answers
1k views

How to convert Regular Date to unixtime in Javascript?

How can i convert date which looks like this 12092008 to unixtime like this 1221215809
0
votes
3answers
177 views

JavaScript unixtime problem

I get the time from the database in Unix format. It looks like this: console.log (time); Result: 1300709088000 Now I want to reformat it and pick out only the time, I found this: Convert a Unix ...
0
votes
3answers
140 views

javascript unixtime one minute in front

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
0
votes
3answers
188 views

easter_date() in JavaScript

I'm making a calendar generator in JavaScript. I need the Unix Timestamp for easter day midnight, for a given year. Can anyone tell me how I need to do that (in JavaScript)? Thanks in advance. PHP's ...