タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

rfc2822に関するhi_eのブックマーク (1)

  • DateTime::Format::Mail

    NAME DateTime::Format::Mail - Convert between DateTime and RFC2822/822 formats SYNOPSIS use DateTime::Format::Mail; # From RFC2822 via class method: my $datetime = DateTime::Format::Mail->parse_datetime( "Sat, 29 Mar 2003 22:11:18 -0800" ); print $datetime->ymd('.'); # "2003.03.29" # or via an object my $pf = DateTime::Format::Mail->new(); print $pf->parse_datetime( "Fri, 23 Nov 2001 21:57:24 -060

    DateTime::Format::Mail
    hi_e
    hi_e 2011/08/09
  • 1