nedbacan
4 years agoFrequent Contributor
How to compare two date string in a date format
I have two captured date strings (see Object Spy screen) that I need to be compare and report to the log file, if "date1" is greater than "date2" the test pass and if not the test failed. S...
- 4 years ago
Here's how to convert a string to a date using javascript
Here's how to compare the dates using javascript