Yanor.net/
Wiki
Blog
GitHub
Sandbox
開始行:
* Time::Piece::Month(来月を求める) [#ld717226]
use Time::Piece;
use TIme::Piece::Month;
my $this_month = Time::Piece::Month->new( Time::Piece->...
my $month200201 = Time::Piece::Month->new("2002-01-03");
my @next_month_dates = $this_month->next_month->dates();
my $next_month_1st = [ $this_month->next_month->dates(...
say $next_month_1st->ymd; # "20XX-XX-01"
終了行:
* Time::Piece::Month(来月を求める) [#ld717226]
use Time::Piece;
use TIme::Piece::Month;
my $this_month = Time::Piece::Month->new( Time::Piece->...
my $month200201 = Time::Piece::Month->new("2002-01-03");
my @next_month_dates = $this_month->next_month->dates();
my $next_month_1st = [ $this_month->next_month->dates(...
say $next_month_1st->ymd; # "20XX-XX-01"
ページ名: