The first step to sorting by date is to ensure all your dates are in date format. For this one, I'm simply going to split each date by the forward slash, and replace the value with a valid date value. This won't really work for sorting dates, since our date property is in text format.
1 Comment
Sort: