javascript - 知道这是个日期的方法,但不知道是什么意思,做什么的?
PHP中文网
PHP中文网 2017-04-10 16:40:19
0
2
132
function getPreviousDate(date){
    var currentDate = Date.parse(date);
    currentDate = currentDate - 1000 * 60 * 60 * 24;
    var tmpDate = new Date();
    tmpDate.setTime(currentDate);
    return convertDateStr(tmpDate);
}
PHP中文网
PHP中文网

认证高级PHP讲师

répondre à tous(2)
小葫芦

格式化日期

左手右手慢动作

设置tmpDate时间对象为传入的data时间字符串时间的前一天。
后面这个convertDateStr(),看意思是转化为时间字符串?

Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal