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
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”
You can also use formatDate
if you dont need to specify the timezone (browser timezone by default)