JS 获得100天后的日期

参考:https://blog.csdn.net/weixin_45030716/article/details/106504349

var date=new Date();
date.setDate(date.getDate()+100);
console.log('100天后的日期为:',date.toLocaleString());
posted @ 2022-09-27 13:35  LUNA2333  阅读(246)  评论(0编辑  收藏  举报