Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Finding the Day of Week in Windows

by fredopalus (Friar)
on Jan 07, 2003 at 00:01 UTC ( #224795=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $time = scalar localtime;
    $day = substr($time, 0,3);
    
    print $day;
    
  2. or download this
    ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://224795]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (8)
As of 2023-12-11 09:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (41 votes). Check out past polls.

    Notices?