Hi! I don't have my own internet conection so I have to do this short. I am making a calendar in Perl. When I choose a month (from a list) I would like to get the dates, weekdays and weeks of that month to appear on the screen (christian calendar). That is, when I choose a month, I what a list of the weeks in that month (i.e. 43, 44, 45 ,46) and a list of the weekdays in that month (monday....sunday) and the dates of the weekdays. It would also be nice if the module could give me a list of days of special events, like easter ect. Is the DateTime module the right one to use or is there an easier way.
Regards Anders.