* 来月を求める [#ld717226]

** Time::Piece::Month [#oe115e65]
 my $month       = Time::Piece::Month->new( Time::Piece->new() );
 my $month200201 = Time::Piece::Month->new("2002-01-03");

 say [ $month200201->next_month->dates() ]->[0]->ymd; # "2002-02-01"

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS