All Downloads are FREE. Search and download functionalities are using the official Maven repository.

desc.CompareDates.txt Maven / Gradle / Ivy

The newest version!
Compares two given dates using the given date format.

Example:
| ${comparisonResult}= | Compare Dates | MMMM dd, yyyy | February 22, 2013 | February 24, 2013 |

=>
| ${comparisonResult} = Date1 is before Date2

Possible Results are:
| Date1 is after Date2
| Date1 is before Date2
| Date1 is equal to Date2




© 2015 - 2024 Weber Informatics LLC | Privacy Policy