You can use Array.sort . Here's an (untested) example: arr.sort(function(a, b){ var keyA = new Date(a.updated_at), ...
確定! 回上一頁