I am trying to sort a table of dates, yet the problem that I seem to have is that these dates are strings formatted as d M Y
(so something like "04 SEPT 2016"
).
I'm assuming that these dates are not stored as timestamps in the database (if that makes sense), but rather as a normal string that needs to be converted back into something that can be sorted.