php js使用事件开始日期和结束日期

时间:2016-07-02 12:41:41

标签: javascript php date

我正在处理与事件,事件开始12/02/2016 11:20和结束01/04/2016 8:20一起工作的脚本 当我到达结束日期时,我需要触发我尝试使用js的动作

if (t.getFullYear()===ey && t.getMonth()===em && t.getMonth()===ed) {
    //the event still happening check the time
}

if (t.getFullYear()<ey && t.getMonth()<em && t.getMonth()<ed) {
    //the event is still not ended
}

if (t.getFullYear()>ey && t.getMonth()>em && t.getMonth()>ed) {
    //the event is dead 
}

其中ey代表年份 和em一个月 和ed编辑,如ey = 2016,em = 07,ed = 05 我正在考虑这个enddate-startdate = timestamp触发动作我该如何使用php做到这一点?

1 个答案:

答案 0 :(得分:0)

我认为我从不同角度看问题,所有需要5s ajax请求和服务器端php检查 if(today-enddate&lt; 0) 火灾行动 其他 等待