Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    *st = sub { Time::Piece->strptime(@_) };
    
    st("Sunday 3rd Nov, 1943", "%A %drd %b, %Y",);