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

desc.CompareLocaleDates.txt Maven / Gradle / Ivy

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

Example:
| ${comparisonResult}= | Compare Locale Dates | ko | MMMM yyyy | 10월 | 2월 |

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

Possible locale ID are:
| vi
| ko
| zh_CN
| zh_HK
| th

More locale IDs here: http://www.oracle.com/technetwork/java/javase/locales-137662.html

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy