Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings FATAL => 'all';
    ...
    my $t = Time::Piece->strptime($in_date, '%m/%d/%Y %H:%M:%S')->strftime
    +('%Y-%m-%d %H:%M');
    
    print Dumper $t;