I'm currently working on a script to check data polled from several different sources. This script is just a snippet, really, using date::simple , and simply outputs the date before today to a text file, which other scripts will read to make sure I am reading in the correct data.
My question is this. The date format I got using date::simple is 2003-08-01, and I need to convert it to 080103. Looking through previous discussions here, I've seen some in favor, and some against using
for what I need to do. Any help would be very appreciated.