Date Formatting

Hello friends,
Can someone help point me in the right direction on how to achieve re-formatting a variable date that is supplied as: 4/30/2025 in the CSV data input, to: 30th April 2025 in Designer 7?
Thanks!
Andrew

You could do it with a PressTalk code using the Date Function PressTalk library.

See attached
libraries_functions_date.zip (4.2 KB)

Thanks very much @jchamel.
I’m not very familiar with Press Talk Libraries. Could you point me to the documentation, or provide an example, how it’s used to re-format that input date? It’s also not clear to me how to achieve adding the ordinal indicators (st, nd, rd, th) after the day numbers.
Any advice is much appreciated! Thanks!!

For the documentation, go to OL Resource Center.
Then in the Product field, delete everything and then select PlanetPress Classic Design. In version select 7.6.

You can also open the Functions_Date.pptl in your favorite text editor. The creator explains what each function does.

The PressTalk language itself reads and works pretty much like VBScript but for a few differences.