in reply to Best way to print out a particular date-time format (very specific)
use POSIX 'strftime'; my $date = lc strftime("%d%b%y:%H:%M:%S", localtime); # %b returns Mm +m, not mmm
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Best way to print out a particular date-time format (very specific)
by graq (Curate) on Jun 09, 2006 at 07:13 UTC | |
by japhy (Canon) on Jun 09, 2006 at 10:48 UTC | |
by OfficeLinebacker (Chaplain) on Jun 09, 2006 at 18:37 UTC | |
|
Re^2: Best way to print out a particular date-time format (very specific)
by OfficeLinebacker (Chaplain) on Jun 08, 2006 at 20:55 UTC |