Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
I would like to setup the countdown in the subject line, may I know which function should use?
i am using below syntax , but showing error
{%= dateDiff("d",''currentTime' 00:00:01'','2024-07-31 23:59:59') %}
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
@kH32323 Try along these lines and format it accordingly,
{% let d=now %}
{% let d1=2024-05-05T10:15:30Z %}
{%= dateDiff(d,d1) %}
View solution in original post
@SatheeskannaK
thanks for your help is work now
Views
Likes
Replies