需求:使用echart將工作時(shí)間畫出來;將24小時(shí)等份劃分,每份6小時(shí),然后將工作時(shí)間對應(yīng)著這四個(gè)區(qū)間進(jìn)行規(guī)劃; type:區(qū)間1(00:00~06:00),區(qū)間2(06:00~12:00),區(qū)間3(12:00~18:00),區(qū)間4(18:00~24:00) 注意點(diǎn):后臺傳過來的時(shí)間不能跨天(例如:2022-12-03 24:00:00不能改成2022-12-04 00:00:00),或者前端每次接收數(shù)據(jù)的時(shí)候進(jìn)行轉(zhuǎn)換! 數(shù)據(jù)格式: ????????Array:{"beginTime":"2022-12-03 03:00:10","endTime":"2022-12-03 19:10:00"} ????????resultDate:[] isDuringDate(beginTime,endTime,currentTime){ if(currentTime>beginTime&¤tTime=sectionDate1.getTime()&&endTime.getTime()<=sectionDate2.getTime()){ let map = {type:1,data:[beginTime,endTime]} resultData.push(map); return resultData; }else if(beginTime.getTime()>=sectionDate2.getTime()&&endTime.getTime()<=sectionDate3.getTime()){ let map = {type:2,data:[beginTime,endTime]} resultData.push(map) return resultData; }else if(beginTime.getTime()>=sectionDate3.getTime()&&endTime.getTime()<=sectionDate4.getTime()){ let map = {type:3,data:[beginTime,endTime]} resultData.push(map) return resultData; }else if(beginTime.getTime()>=sectionDate4.getTime()&&endTime.getTime()<=sectionDate5.getTime()){ let map = {type:4,data:[beginTime,endTime]} resultData.push(map) return resultData; }else{ if(this.isDuringDate(beginTime.getTime(),endTime.getTime(),sectionDate4.getTime())){ resultData.push({type:4,data:[sectionDate4,endTime]}) this.TimeRecursion({beginTime:beginTime,endTime:sectionDate4},resultData) }else if(this.isDuringDate(beginTime.getTime(),endTime.getTime(),sectionDate3.getTime())){ resultData.push({type:3,data:[sectionDate3,endTime]}) this.TimeRecursion({beginTime:beginTime,endTime:sectionDate3},resultData) }else if(this.isDuringDate(beginTime.getTime(),endTime.getTime(),sectionDate2.getTime())){ resultData.push({type:2,data:[sectionDate2,endTime]}) this.TimeRecursion({beginTime:beginTime,endTime:sectionDate2},resultData) } } },
你是否還在尋找穩(wěn)定的海外服務(wù)器提供商?創(chuàng)新互聯(lián)www.cdcxhl.cn海外機(jī)房具備T級流量清洗系統(tǒng)配攻擊溯源,準(zhǔn)確流量調(diào)度確保服務(wù)器高可用性,企業(yè)級服務(wù)器適合批量采購,新人活動(dòng)首月15元起,快前往官網(wǎng)查看詳情吧
創(chuàng)新互聯(lián)主要從事網(wǎng)站制作、成都做網(wǎng)站、網(wǎng)頁設(shè)計(jì)、企業(yè)做網(wǎng)站、公司建網(wǎng)站等業(yè)務(wù)。立足成都服務(wù)雜多,十年網(wǎng)站建設(shè)經(jīng)驗(yàn),價(jià)格優(yōu)惠、服務(wù)專業(yè),歡迎來電咨詢建站服務(wù):13518219792
本文標(biāo)題:判斷時(shí)間點(diǎn)是否在時(shí)間區(qū)間內(nèi)-創(chuàng)新互聯(lián)
網(wǎng)站URL:http://www.rwnh.cn/article0/dhhsio.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供品牌網(wǎng)站制作、網(wǎng)站維護(hù)、外貿(mào)建站、App開發(fā)、搜索引擎優(yōu)化、響應(yīng)式網(wǎng)站
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容