in reply to Re^2: Using Time::Piece Strptime
in thread Using Time::Piece Strptime
Please post a working code snippet and a sample of the input data file if you want help cleaning up your strptime pattern. (see How do I post a question effectively?)
You can, in any case, eliminate the undesired time part of your output with:
as I showed above.my $date_sans_time = $date1->strftime("%A %b %e, %Y");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using Time::Piece Strptime
by GrorkGnom (Initiate) on Jan 26, 2016 at 21:29 UTC |