I have 2 date fields on a form. When I click the submit button I am trying to make sure the end date is after the start date. Here is the code I am using: var sDate = Date.parse(BackgroundInformation.Background.CheckingDateStart.rawValue); var eDate = Date.parse(BackgroundInformation.Backg...