I have a result set that includes a date field, currently in mm/dd/yyyy format. I need to group according to mm/yyyy format. The issue is under mm/yyyy format is is reading the date field like a string value. So 1/2006 comes before 3/2005 and 12/2007 will come before 6/2006. Does anyone know how to group in mm/yyyy format, but have it sort in proper date ascending order?
Thanks
Thanks