Array with object sorting with Underscore sortBy February 25, 2023 by Tarik Use an iterator function, not a single string for a property: _.sortBy(arr, function(o) { return o.start.dateTime; })