JS-如何用JS日期控制页面使用
当前位置:点晴教程→知识管理交流
→『 技术文档交流 』
:JS-如何用JS日期控制页面使用 function isDateGreaterThanSpecifiedDate(date, specifiedDate) { return date > specifiedDate; }
// 使用方法 const currentDate = new Date(); const specifiedDate = new Date("2024-06-13"); const result = isDateGreaterThanSpecifiedDate(currentDate, specifiedDate); console.log(result); if (result){ alert("当前定制打印功能尚未付款,且已到使用日期,请联系点晴业务"); window.close() ; } 该文章在 2024/6/11 16:18:35 编辑过 |
关键字查询
相关文章
正在查询... |