How do I design a question so that the interviewer can insert a date. (DD:MM:YR)

Hello Kal_Lam,
How do I design a question so that the interviewer can insert a date. (DD:MM:YR)

You could do this through the following approach:

Approach 1:

  • Create a date question. Collect data. Download data in XLS format (you could also use the legacy format as of now) and then change the date format as required.

Approach 2:

  • User three variables to capture the date. It should be like variable 1 Day, variable 2 Month, and variable 3 Year. Then concat the variable to a single variable that holds the format Day, Month and Year.