Help for this page

Select Code to Download


  1. or download this
    $Variables[$X]=$Year."-".$Months{$Month} ."-" . $Day ;
    
  2. or download this
    use strict; use warnings; use feature 'say';
    use DateTime::Format::Strptime;
    ...
    my $dt = $parser->parse_datetime( $date );
    
    say $dt->strftime('%F');
    
  3. or download this
    2017-04-23