Forum Discussion
bojanvelevski
3 years agoValued Contributor
Hi @UrsVinny ,
You can always extend the ternary operator with another nested ternary, but that could very easily become a complex and unsustainable expression.
I would recommend an expression library with a function that will check the date field for all possible formats.
That way you can easily add a new format in the future if needed.
Regards