JS-如何用JS日期控制頁(yè)面使用
當(dāng)前位置:點(diǎn)晴教程→知識(shí)管理交流
→『 技術(shù)文檔交流 』
:JS-如何用JS日期控制頁(yè)面使用 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("當(dāng)前定制打印功能尚未付款,且已到使用日期,請(qǐng)聯(lián)系點(diǎn)晴業(yè)務(wù)"); window.close() ; } 該文章在 2024/6/11 16:18:35 編輯過(guò) |
關(guān)鍵字查詢(xún)
相關(guān)文章
正在查詢(xún)... |