Page 1 / 1
You need to convert the date to fme date first. This can be done using the DateTimeConverter.
You need to convert the date to fme date first. This can be done using the DateTimeConverter.
Thanks @nielsgerrits, that works with fme date format(e.g. 20230526). Limited though, if one would like to have a different date format that requires sorting.Cheers.