I see there's a million posts regarding date-to-string and vice versa. Here's what I'm trying to do: I get a string like this: "11:00AM, 11:45AM, 12:45PM, 2:30PM, 3:10PM, 1:45PM" I need to sort it so that it's in chronological order. Sounds easy enough, but here's my approach so far which seems crazy and there's got to be a simpler way: 1. ...