function getDate(index) {
var date = new Date(); //当前日期
var newDate = new Date();
newDate.setDate(date.getDate() + index); //官方文档上虽然说setDate参数是1-31,其实是可以设置负数的
var time = newDate.getFullYear() + "/" + (newDate.getMonth() + 1) + "/" + newDate.getDate();
return time;
}
function getDate2(index) {
var date = new Date(); //当前日期
var newDate = new Date();
newDate.setDate(date.getDate() + index); //官方文档上虽然说setDate参数是1-31,其实是可以设置负数的
var time = (newDate.getMonth() + 1) + "-" + newDate.getDate();
return time;
}
//获取时间递减
data: [getDate2(-7), getDate2(-6), getDate2(-5), getDate2(-4), getDate2(-3), getDate2(-2), getDate2(-1)]
ComfyUI-QwenASR官网使用入口,专为Qwen3-ASR模型打造的ComfyUI自定义节点包
ComfyUI-LaoLi-Shadow安装插件入口,面向ComfyUI的底层性能加速插件
ComfyUI_SoX_Effects插件使用入口,61种效果全覆盖,灵活工作流+进阶功能
Comfy Pilot插件安装入口,专为Claude Code与ComfyUI的通信插件
上面是“获取当前时间,时间一天天递减”的全面内容,想了解更多关于 内容,请继续关注web建站教程。
当前网址:https://ipkd.cn/webs_160.html
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

帝国cms技巧之更改系统默认的时区 








![FLUX.2 [klein]:Black Forest Labs开源的高效图像生成与编辑模型](/uploads/2026/01/flux-2-klein.jpg)



