Extract from date/time

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!

[date]:format as 8/8/2023
Then it lets you do the preset formats or make your own

1 Like

Ah, I see it now. More options in :format as. Thank you!

1 Like