Working in LF cloud, I have a form with a date picker. Format of YYYY-MM-DD. User selects date of Dec. 19, 2022 and it displays 2022-12-19. All good so far.
But, when the form is submitted, the date variable format is "changed" 12/19/2022 (MM/DD/YYYY).
How can I keep the variable date format the same as what I selected on the form? I need it in that format to save to a table for sorting correctly later on in the process.