I have an attribute with dateTime values and I want a summary of the start and end date of all the features. When I did use the older FME version statistics calculator I could use the min and max statistics to calculate the start and end date. Unfortunately the latest FME statistics calculator no longer supports this functionality. Is there an easy way to to calculate my start and end dates?
Page 1 / 1
Use DateTimeConverter to convert your dateTime attribute values to Unix time and do statistics on that, then convert your min and max to desired format