Help for this page

Select Code to Download


  1. or download this
    my $date  = Time::Piece->strptime("032015", "%m%Y");
    
  2. or download this
    perl -MTime::Piece -le'print Time::Piece->strptime( sprintf( "%06d", "
    +32015"), "%m%Y" )'