A quick question:
In PERL, for a given date, is there a built-in function to tell me the day of the week?
For example: Given date = 11/18/2003
Answer: it's Tuesday or day 2 of the week (Sunday = 0, Monday = 1, ....)
Many thanks in advance for an answer. I have searched through two different books of Perl already and haven't found any built-in date function yet. I'm not sure how to handle it in Perl.
In PERL, for a given date, is there a built-in function to tell me the day of the week?
For example: Given date = 11/18/2003
Answer: it's Tuesday or day 2 of the week (Sunday = 0, Monday = 1, ....)
Many thanks in advance for an answer. I have searched through two different books of Perl already and haven't found any built-in date function yet. I'm not sure how to handle it in Perl.