Hi Brains Trust. I'm working on a model and starting to delve deeper into parts I've not really used a lot before - especially not in combination. Here's the scenario.
I have a feature class that contains a field called DateS which contains date stamps formatted like this: 2020-11-16T00:02:58.096Z
I want to be able to iterate through all the different dates in that column (easy enough using Iterate Field Values), extract the Year and Month (I assume that will be Get Value) and then run a formula to calulate the Australian Financial Year (July - June) that the date range falls in. Example of some output values;
Input from DateS - Output as Financial Year (YEAR-Y1)
2020-11-16T00:02:58.096Z - 2020-21
2020-06-16T00:02:58.096Z - 2019-20
2019-10-16T00:02:58.096Z - 2019-20
2019-03-16T00:02:58.096Z - 2018-19
