I presume you've converted your dates to FME formats and are using that syntax in the AttributeRangeFilter?
Personally, I'd probably add a month to each date and then get the year and then filter by that single value.
I presume you've converted your dates to FME formats and are using that syntax in the AttributeRangeFilter?
Personally, I'd probably add a month to each date and then get the year and then filter by that single value.
I was just going to suggest the same thing. Keep it simple.
That's it! I have converted the original date/time from mm/dd/yy to dd/mm/yyyy, but have not used the FME format.
Everything works like a charm now, thank you muchly!