Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Date::Parse - how to correctly parse dates between 1901 and 1969

by eniad (Acolyte)
on Feb 20, 2018 at 00:22 UTC ( [id://1209520]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    #---------------------------------------------------------------------
    # format_date.pl
    ...
    }
    
    exit 0;
    
  2. or download this
    value                ss,mm,hh,dy,mo,year,z  date
    0618-01-01 00:00:00  00,00,00,01,00,2518,0  2518-01-01T00:00:00
    1066-10-14 00:00:00  00,00,00,14,09,1066,0  1066-10-14T00:00:00
    ...
    2017-06-24 23:59:59  59,59,23,24,05,2017,0  2017-06-24T23:59:59
    2018-06-24 09:44:00  00,44,09,24,05,2018,0  2018-06-24T09:44:00
    2238-06-24 09:44:00  00,44,09,24,05,2238,0  2238-06-24T09:44:00
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    2018-02-20 00:00:00  02/20/18
    2018-02-20 00:00:00  2018-02-20
    2238-02-20 09:44:00  2238-02-20 09:44:00
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-25 20:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found