Luke Scott said 7 months ago on Gathering Questionnaire Responses :
Hi,

I've added a date_answer option to my selection.  All is working and its being stored in the answers JSON.  I'm having some trouble then displaying that info on a show or index page.

Its stored as {"10(1i)"=>"2023", "10(2i)"=>"10", "10(3i)"=>"9"} with the answers JSON, how would you go about pulling and displayin this information?

EDIT:

Nevermind, changed to using a date_field and now it stores as 2023-10-09 which can be directly output in the same was as a string.