...
This Edit Check relies on various date conversions to convert date string values such as 01Feb2019 and 1992-06-27 to javascript dates that can be used for comparison.
...
This Edit Check relies on clinsparkDateToMilliseconds to convert relevant date/time values to milliseconds. Once the values are in milliseconds, the comparison can be made as required.
...
Here is a walkthrough showing how to use the method:
...
Formal Expression
First = item that is expected to be first
Second = item that is expected to be first
...