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 編輯過 |
關鍵字查詢
相關文章
正在查詢... |