I'm creating something like a directory and it would be really nice to put each person's birthday information into something like an index and have it sorted and printed at the end. I envision something like
Of course the months wouldn't be in alphabetical order, but calendar order. I've thought about trying to do it with an index but so far haven't been able to figure out how to make the index ignore page numbers and sort by dates. Any initial thoughts on a direction or package I should explore?