my $dt = DateTime->today( time_zone => 'local' ); $dt->add( days => 5 ); print $dt->ymd(), "\n"; $dt->add( days => 4 ); print $dt->ymd(), "\n";
In reply to Re: How to get after 4 and 5 days date from today date
by ikegami
in thread How to get after 4 and 5 days date from today date
by sureshrps
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |