1、js将时间转化为时间戳:https://blog.csdn.net/huangxiaoguo1/article/details/80082941
统一使用 下面的时间格式,不要使用 2017-08-12 23:00:00 这种时间格式
stopTime = new Date(‘2017/08/12 23:00:00‘).getTime();
2022-10-10 19:33:44
1、js将时间转化为时间戳:https://blog.csdn.net/huangxiaoguo1/article/details/80082941
统一使用 下面的时间格式,不要使用 2017-08-12 23:00:00 这种时间格式
stopTime = new Date(‘2017/08/12 23:00:00‘).getTime();