in reply to Re: How do you determine the day of the week based on a certain user provided date?
in thread How do you determine the day of the week based on a certain user provided date?

An aside: As a Perl hacker, don't you just love it when someone asks for something not too common, and there happens to be a module that fits there needs perfectly, as if the module was written just for them?
  • Comment on Re: Re: How do you determine the day of the week based on a certain user provided date?

Replies are listed 'Best First'.
Re: Re: Re: How do you determine the day of the week based on a certain user provided date?
by ghettofinger (Monk) on Mar 10, 2004 at 19:06 UTC
    I can't remember where I read it, but it has been said that if you are going to code more than three or more(?) lines to do something, there is probably a module that will do it. No matter what I am looking for, or how obscure I think my problem is, CPAN never let's me down. Ever.

    ghettofinger