I am coding this with Groovy
I am currently trying to convert a string that I have to a date without having to do anything too tedious.
String theD
Try this:
def date = Date.parse("E MMM dd H:m:s z yyyy", dateStr)
Here are the patterns to format the dates