Hi!
How do I format the date that I got from perl's localtime?
I need to be as flexible as possible, for example I could change to YYYYMMDD, MMDDYY and so on. I was hoping perl has some sort of function where I just need to specify the pattern and perl will do the formatting for me.