Subject: | Months starting at Sunday.. ALWAYS? |
I am trying to use a simple program
my $cal = HTML::Calendar::Simple->new({ month => 3,
year => 2007 }); year
print STDERR $cal;
and I get:
Mar 2007
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
and I should remember that this months starts at a Thursday, not a
Sunday. Also, this happens with all months I've tried :(
Cheers
ambs