Hello all,
In Survey123 Connect, I'm currently trying to limit which days a certain service request type is available. It needs to be available from May 25th to September 30th of each year.
However, I can't figure out how to do this without putting in a specific year, as follows:
${RECDATETIME} >= date('2023-05-25') and ${RECDATETIME} <= DATE('2023-09-30')
I'd prefer to not have to come back each year and change the year! Essentially, the year is irrelevant as long as it's the current year. It needs to be 05-25 to 09-30 every year.
Is there some syntax or something I can use to do this? I've tried formatting the date as only month-date, but when this happens, it seems like any date and year works!
Thank you,
Noah