I'm attempting to sort data by time in JavaScript.
The answer at How do I sort by time (format: 5:40 PM) in javascript for use with DataTables? works for the data set but if you include more times, eg. 9:30 PM, 8:15 AM, the sort breaks down and mishandles these times.
I'm working on the same sort but with no less than 50 records at a time.