> Hi all, > > I'm in search of a module that will give me the day of a week for a > particular date. > So for example, July 21 would return Wed > > I checked CPAN but nothing jumped out at me. >
Nothing at all? http://search.cpan.org/modlist/Data_and_Data_Types/Date http://search.cpan.org/~stbey/Date-Calc-5.3/Calc.pod (Day_of_Week $dow = Day_of_Week($year,$month,$day);) http://search.cpan.org/~drolsky/DateTime-0.2101/lib/DateTime.pm ($dow = $dt->day_of_week; # 1-7 (Monday is 1) - also dow, wday) Jumping might be a bit of a stretch, but some effort is needed. I don't think they have added the 'how high' switch to the CPAN search yet.... http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>