Could you add a field to the group() function that will deal specifically with dates? When I convert a list of dates from "M/d/yyyy" to "MMM yyyy" and then group() them, they are always returned in alphabetical order. I have to jump through hoops to get them into chronological order. If there were an additional parameter in group(), like there is with sort(), that would help me out an awful lot.
--Trudy