龍巖易富通網(wǎng)絡(luò)科技有限公司
龍巖小程序開發(fā),龍巖分銷系統(tǒng)
function getYesterdayDate() {
const today = new Date();
const yesterday = new Date(today.getTime() - (24 * 60 * 60 * 1000));
return yesterday.toISOString().split('T')[0];
}
console.log(getYesterdayDate()); // 輸出格式為YYYY-MM-DD
閩ICP備11017913號-1 | Copyright © 2008-2016, 龍巖市易富通網(wǎng)絡(luò)科技有限公司 , All Rights Reserved.
發(fā)表評論