in reply to Re: Convert epoch seconds to date
in thread Convert epoch seconds to date
can't get it shorter :(@time = (localtime())[3..5]; $time[1]++; $time[2] += 1900; print join ('/', @time);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re2: Convert epoch seconds to date
by tye (Sage) on Mar 19, 2001 at 21:33 UTC |