Comparing dates with JavaScrpt
Good morning! I see everywhere how easy dates are in Java, but I can't seem to get it working. In a form I'm working on, I need an app.alert to display when the date field "Date_WT2030_Due" is after the date field "Date_of_test". It would be formatted as mm/dd/yyyy, and those particular fields are drop downs where you can select the date from a little calendar. I'm pretty sure I need to convert the date to a string first, compare the strings, then convert it back to a date but ¯\_(ツ)_/¯. Any help would be appreciated! I can't provide an example of my script. I have so many variations and none of them do anything. Thanks in advance!
