I have a string being returned from a sql database that looks like this
Mon Jan 01 1753 12:00:00 GMT-0517 (Eastern Standard Time)
How can I format that string to 01-01-1753 and compare it against other dates like 01-01-2010?
At the very least how would I format the date, I should be able to go from there with what I need to do