タグ

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

タグの絞り込みを解除

datetimeに関するyappoのブックマーク (3)

  • DateTimeX::Web 0.01 - Charsbar::Note

    いい加減DateTimeまわりのモジュールを列挙するのがいやになったので、工場を書いた。 use strict; use warnings; use DateTimeX::Web; my $dtx = DateTimeX::Web->new( timezone => 'Asia/Tokyo', on_error => 'ignore' ); my $dt = $dtx->from( year => 2008, month => 2, ... ) || $dtx->now;などとすると、タイムゾーンとかをよきにはからったDateTimeオブジェクトが出てくる寸法。 $dtx->for_mail( $dt ); # Fri, 29 Feb 2008 20:57:00 +0900 $dtx->for_mysql; # 2008-02-29 20:57:00 という感じで日時の文字列をつくったり、

    DateTimeX::Web 0.01 - Charsbar::Note
    yappo
    yappo 2008/02/29
    おおお
  • tokuhirom blog

    Blog Search when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${entry.path} [in template "__entry.ftlh" at line 3, column 25] - Reached through: #include "__entry.ftlh" [in template "entry.ftlh" at

  • 1