Hi all. I’m using the standard date/time picker to allow the user to set a date. The input form is set to Input type: Date. This returns “August 29, 2023 12:00 am” I want to display just “August 29, 2023” however displaying the full value shows the time, too, and using the :extract… operator returns isolated integers.
How can I get the result of “August 29, 2023”?
Thank you!