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

Re: Two digit year with DateTime?

by ikegami (Patriarch)
on Mar 12, 2019 at 00:24 UTC ( [id://1231141]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    DateTime->today( time_zone => 'local' )
    
  2. or download this
    DateTime
       ->now( time_zone => 'local' )
       ->set_time_zone('floating')
       ->truncate( to => 'day' )
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-23 23:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found