How can I check if a date is included in an array of dates?
Contains
and Does not contain
both work with arrays.
How is that Date Range Selection column created?
Just as an aside - the name of the column suggests a Start Date and an End Date (ie. a range) rather than an array. What exactly are you trying to do?
I created the attendance feature within the edit model. The âDate Range Selectionâ is the result of Uscâs selection of which column needs to be displayed.
That is not an array, it is a Joined List.
To check if something is in a Joined List, use âincludesâ, âdoesnât includeâ.
You should be careful with this. If all of your dates are not exactly midnight, then you will get unexpected results.
Oops, my mistake. Thank you for pointing that out.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.