Datagrid Sorting by Dates

I have a flash datagrid with one of the columns displaying a date in the mm/dd/yyyy format. The current sorting algorithm provided by the flash datagrid does not sort dates. How do I sort this date column in ascending/descending order by date when the user clicks on the column header? Please help