[Israel.pm] Calendar mangment
Sagiv Barhoom
sagivba at 012.net.il
Sun Oct 24 13:53:49 PDT 2004
hi all,
I'm trying to create an application dealing with calendar.
I need a way to convert range of dates to array of (date|day)
for example given
$input= 30/11/2004-04/11/2004
the result should be:
@output=(
30/11/2004|Saturday,
31/11/2004|Sunday,
01/12/2004|Monday.
02/12/2004|Tuesday,
03/12/2004|Wednesday,
04/12/2004|Thursday
)
Has anyone programmed something like that - can you give me a clue?
I took a look in cpan but there are 282 modules working with calendar, just too many :-)
Sagiv
More information about the Perl
mailing list