I have a list of date/times in a list in an app state. How can I return the value of the index based off of the value of the date/time. For example, if the timestamp is a certain value, return the index of that item.
I have a list of date/times in a list in an app state. How can I return the value of the index based off of the value of the date/time. For example, if the timestamp is a certain value, return the index of that item.