Is there a way to get it to display the list in the correct way?
March 1, 2008
March 9, 2008,
March 10, 2008
It sounds to me like you’re storing those as a formatted string, not as
a datetime object. If you set the table column type to :datetime and
store the actual date, rather than a string, sorting with ASC should
work. Then, format the date however you like in the view. Use a helper
for consistent formatting if displaying the date in multiple places.