I have a date variable in month-year format that looks like "2012m8". I got to that format using the command
I am trying to convert the format to something like "August2012". The help file for "datetime" isn't getting me there. I'm sure its an easy fix. Any advice?
Nick
HTML Code:
format mdate %tm
Nick
Comment