Modifying the grouping names for display
I currently have a view that displays and groups a series of real estate closings. Grouped first by year descending and then by month descending. The group headings show 2012-1 followed by the data then 2012-2, etc. I would like to translate the 2012-1 to 2012 - January, etc. I know how to call the function to convert the numeric value of the month to it's equivalent name but I don't know if it is possible to modify the auto-generated group headings.
FYI: I get the year and month information from the closing date entered by the office manager. I just use the built-in getYear() and getMonth() to do that and use the results for grouping and display.
Can the modifications be done to display the month name instead of the numeric in this case?
Parker Byron
Network Administrator
Kansas City Regional Homes, Inc.