Hi everyone,
I need help with dynamically displaying a future date in the choice text. Specifically, I want to take the current date, add 30 days to it, and display the result in the format "April 6, 2025" (i.e., full month name, day, and year).
The challenge is that this date appears inside each choice text of a bipolar matrix question with two scale points (two columns with respective radio buttons). I’d like to automate this so that I don’t have to manually update the date each time I run the survey.
Does anyone know how to achieve this using JavaScript?
Thanks in advance!