Need to do the following.
1) convert
string date in specific format (ex. "04-30-2003 12:50:47") to unix time
2) subtract off one month - I got that part, lol.
3) convert the new unix time back to date in same specific format as original in step 1.
I have been unable to do this even though it seems like it should be straight forward. I am confused on what classes I should be using.
Thanks for the help!
Rob