码迷,mamicode.com
首页 > 编程语言 > 详细

对后端返回的时间进行升序的排序

时间:2018-09-19 20:02:38      阅读:254      评论:0      收藏:0      [点我收藏+]

标签:ret   turn   fir   date   sort   page   rtt   start   rtti   

other.sort(function(a,b){
let startTime=a.time.replace(/\-/g, ‘/‘)
let endstTime=b.time.replace(/\-/g, ‘/‘)

return Date.parse(startTime) - Date.parse(endstTime);//时间正序
})





时间格式:[
{‘time‘:‘2018-9-10 0-0-0‘,‘first‘:‘page‘},
{‘time‘:‘2018-9-10 0-0-0‘,‘first‘:‘page‘},
{‘time‘:‘2018-9-10 0-0-0‘,‘first‘:‘page‘},
{‘time‘:‘2018-9-10 0-0-0‘,‘first‘:‘page‘}




]

对后端返回的时间进行升序的排序

标签:ret   turn   fir   date   sort   page   rtt   start   rtti   

原文地址:https://www.cnblogs.com/zhouyideboke/p/9675971.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!