FORMAT_DATE_TZ() is not a valid function?

It says "FORMAT_DATE_TZ() is not a valid function. I would like to change date from “August 29 2023” to “20230829”. But I can’t do that as it says the function is invalid.

Hey @epackirisamy -

This function was renamed a little while back:

datetimetotext(@App Info.Current Date and Time , 'YYYYMMDD')

Hope this helps,
Pete

1 Like

Thank you for the details with example. it is working. Great help.