所有時間比較的,用時間戳是最簡單的方式
比較時間,一律轉成時間戳
//ios不認識 1970-01-01
let workstarttime = new date(
"1970/01/01 " + this.form.workstarttime + ":00"
).gettime(), //上班時間
workendtime = new date(
"1970/01/01 " + this.form.workendtime + ":00"
).gettime(), //下班時間
materialarrivetime = new date(
"1970/01/01 " + this.form.materialarrivetime + ":00"
).gettime(), //物料運達時間
checktime = new date(
"1970/01/01 " + this.form.checktime + ":00"
).gettime(); //卸貨檢查時間
if (workstarttime > workendtime)
mysql時間比較
時間比較 當前時間是否在某個時間段之內 是否在create time 5天之內 select from message detail where unix timestamp now between unix timestamp create time and unix timestamp crea...
NSDate 時間比較
由 nsdate 轉換為 nsstring nsdateformatter dateformatter nsdateformatter alloc init dateformatter setdateformat yyyy mm dd hh mm ss nsstring strdate datefo...
NSDate 時間比較
由 nsdate 轉換為 nsstring nsdateformatter dateformatter nsdateformatter alloc init dateformatter setdateformat yyyy mm dd hh mm ss nsstring strdate datefo...