[點晴永久免費OA]ASP中使用DateDiff函數對比時間、日期
當前位置:點晴教程→點晴OA辦公管理信息系統
→『 經驗分享&問題答疑 』
<% '用cdate函數轉換為日期類型 a= cdate("2018-11-22 18:30:00") b= now() c= datediff("s",a,b) if c> 0 then response.write("b時間晚于a時間") elseif c = 0 then response.write("a時間和b時間為同一時刻") else response.write("a時間晚于b時間") end if %> 該文章在 2023/5/5 11:59:49 編輯過 |
關鍵字查詢
相關文章
正在查詢... |