The docs say this about the default compare function used in SortField assignments:
(from Class SortField ) "The default value is an internal compare function that can perform a string, numeric, or date comparison in ascending or descending order, with case-sensitive or case-insensitive string comparisons. Specify your own function only if you need a need a custom comparison algorithm." But I have found that I must implement a custom sort function to make sorting on a date field work. Am I doing something wrong or are the docs mislead in saying that the default compare function can handle date sorting? Thanks, Kevin