Page 1 / 1
Hi @vioarx, if the date values are formatted with FME standard date format (%Y%m%d), you can compare them as numeric values using comparison operators such as <, <=, etc.
Hi @vioarx, if the date values are formatted with FME standard date format (%Y%m%d), you can compare them as numeric values using comparison operators such as <, <=, etc.
I mostly prefer to use tcl clock, format etc. to do date calculations.
Not very hard to learn even.
Gives great control.
Hi @vioarx, if the date values are formatted with FME standard date format (%Y%m%d), you can compare them as numeric values using comparison operators such as <, <=, etc.
Could you please post some example pairs of two dates to be compared?