Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: code to get the date for "next Thursday"

by Albannach (Monsignor)
on Mar 20, 2006 at 21:08 UTC ( [id://538048]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Use Date::Manip;
    print UnixDate(ParseDate('next thursday'),'%A %e %b %Y'),"\n";
    
  2. or download this
               Rate   Manip    bfdi ikegami    Calc
    Manip     216/s      --     -7%    -99%   -100%
    bfdi      231/s      7%      --    -99%   -100%
    ikegami 29540/s  13596%  12701%      --    -65%
    Calc    84063/s  38874%  36327%    185%      --
    
  3. or download this
    use strict;
    use warnings;
    use Benchmark qw(cmpthese);
    ...
      Calc    => \&Calc,
      } );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-20 08:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found