Hello! I have a form which triggers a detailed email of all of the form values to myself and also the person who submitted it. Currently, the corresponding email shows the value of the datepicker element like this:
My current code for this line is \rPreferred Date: ${$w( “#datePicker1” ).value}. Is there a way to reformat the displayed date to Jun 04 2020 directly from the form submission into the triggered email? I want to simplify it and eliminate the day, time, time zone, etc.