Hi all, I'm sure this one is simple but figured I'd ask anyways.
I am wanting to have a field that stores a number of DateTimes as an array, or more specifically dates. These dates are holidays, and a field can have zero, one, or 1000. I'll then loop through the holidays, and if one exists, I'll apply some logic.
What is the best way to do this? Thanks! 🙂