Is there a way to display a Date ISO like "Dec 12, 2023"

Hi,

I have a Date ISO and wish to display the date like “Dec 12, 2023”

I can see how to convert this form of date convention TO Date ISO (see image below) but is there a simple way to do it in reverse?

Thanks in advanced

I just figured it out - formatDateTimezone is the ONE with “MMMM D, YYYY”

1 Like

You can also use formatDate if you dont need to specify the timezone :slight_smile: (browser timezone by default)

1 Like