Howdy!
I'm using Survey123 Connect v. 3.19, Enterprise 10.9. I'm trying to calculate just the date value, as a date type, from the 'end' question type (named end_date), but not having any luck.
I can get it as a string value using format-date(${end_date}, "%Y-%m-%d"), but I need a date value. Wrapping the format-date function in date() gives me a date, but with time as well. If I use just ${end_date} in the calculation, I get the epoch date format, ex. 1701102066.
Is there a way to do this, or am I stuck with the time value as well? Thanks!