i got here in an .php file code this js code for an Countdown. Does anybody know which Date Format is it ? I dont get it..
startDate : "1932248800",
endDate : "2132248800",
now : Math.round(+new Date()/1000)
});
Thanks.