createTimeGte = createTimeGte + ' 00:00:00';
ctg = new Date(createTimeGte).getTime()/1000;
createTimeLte = createTimeLte + ' 23:59:59';
ctl = new Date(createTimeLte).getTime()/1000;
转载于:https://www.cnblogs.com/anjunshuang/p/9361687.html
createTimeGte = createTimeGte + ' 00:00:00';
ctg = new Date(createTimeGte).getTime()/1000;
createTimeLte = createTimeLte + ' 23:59:59';
ctl = new Date(createTimeLte).getTime()/1000;
转载于:https://www.cnblogs.com/anjunshuang/p/9361687.html