in reply to Re: Week number of the month
in thread Week number of the month

It will be the current day the the code runs: With Time::Piece I can say this:
# Format YYYYMMDD my $todays = $t->ymd(""); print "Today = 20160325";