Hello all,
I have a problem with timestamps in
perl.
Suppose we have the following timestamp:
Wed Oct 22 13:20:41 2008 This timestamp is produced with 'localtime' function.
How can i convert the above timestamp to the format:
081022132041
08=2008
10=Oct
Thank you...