Help for this page

Select Code to Download


  1. or download this
    use feature 'say';
    use DateTime::Format::Strptime qw(strptime strftime);
    ...
      ->parse_datetime($raw_date)
      ->ymd('');
    say $date;