| [reply] |
You might want to take a look at Date::Calc which
has a lot of useful calender useful functions. You could
roll your own calender using it.
Scott
| [reply] |
Just a brainstorm, no code ...
A very simple calender is a hash with the numbers from 1...365 as a hash key. Futher on you can bild a hash of hashes with the first hash contains the years, and the second contains the daynumbers of each year. There is a formular around somewhere to calculate the weekday out of a date. But maybe there's a module for this at CPAN ?
-----------------------------------
--the good, the bad and the physi--
-----------------------------------
| [reply] [d/l] |
You might like to look at PlotCalender on CPAN
cheers
tachyon
s&&rsenoyhcatreve&&&s&n.+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print
| [reply] |
This Indexing Calendar Looks like it would be fairly easy to modify to work as an event calendar. I wonder what the best way to store events would be? How would it be modified to read each line from a flat file database? | [reply] |