Solved
How to change date format in AJO
Hello,
I do have date format like this "formatdate(now(), "%BI %2D %4Y")" in ACC but I want to use this in AJO. How this can be achieved. Expected result is "JUNE 21 2024"
Hello,
I do have date format like this "formatdate(now(), "%BI %2D %4Y")" in ACC but I want to use this in AJO. How this can be achieved. Expected result is "JUNE 21 2024"
You can use the following snippet
{% let d=now %}
{%= formatDate(d, "LLLL dd YYYY") %}Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.