Skip to main content
Question

How can I calculate the start or end date of features with a dateTime attribute?

  • October 13, 2020
  • 1 reply
  • 60 views

Forum|alt.badge.img+1

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?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

caracadrian
Contributor
Forum|alt.badge.img+23
  • Contributor
  • 571 replies
  • October 14, 2020

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