in reply to Re: Best way to print out a particular date-time format (very specific)
in thread Best way to print out a particular date-time format (very specific)
perl -MDate::Manip -e'print lc UnixDate("NOW","%d%b%y:%H:%M:%S")."\n"'
:)
EDIT: Forgot the lc
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Best way to print out a particular date-time format (very specific)
by japhy (Canon) on Jun 09, 2006 at 10:48 UTC | |
by OfficeLinebacker (Chaplain) on Jun 09, 2006 at 18:37 UTC |