Hi I have an array holding a series of dates and I need to be able to filter that array to only include dates less than a specific date. At the moment I just have that date held in a variable called Test. I've been testing this but can't seem to get it to work. The output from the filter just returns an empty value even though within the array there are dates earlier than the test date. Any ideas where I'm going wrong?
