Question
Condition in Date Time Function
Hello,
I am using a date time function in a fragment where i have to check if the value in attribute exists or not.
{% let SO = Bonus1.swappedTimestamp %}
{%#if isNotEmpty(SO) %}
By using this condition, I am getting this following error:
