Now I wanted to do something simple (or so I thought): show the birthdays using the calendar module. However, there is an obvious problem: the date of birth, say, 5-6-1978, should be shown on 5-6-2009 (and again on 5-6-2010, ..); that is, the year component of the date should be ignored. I tried:
Now I could of course write a custom module, but I was really hoping to avoid that. Any suggestions?