I'm looking for a module that does date manipulation. If I do....
...I could easily write a regexp to format the date in any way I need, but I'd rather not re-invent the wheel if I don't have to. I need the date in this format....YYYYMMDD. Will the Date::Manip module do this?
Thanks,
Chris
Code:
$date = localtime;
Thanks,
Chris