in reply to Re: Find 30 days from today's date
in thread Find 30 days from today's date
A couple of tweaks improve it somewhat:
C:\test>perl -e "$x = scalar localtime (int(time()/43200)*43200 - $ARG +V[0] * 86400); substr($x,11,9,''); print $x" 30 Thu Mar 20 2014
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Find 30 days from today's date
by Discipulus (Canon) on Apr 19, 2014 at 22:03 UTC |