I’m trying to add something that says ‘ends in 2 days’ if the end of the month is in 2 days, I can’t find a solution anywhere for this. please help!
hey @xtechaus you have to create a filed named end date and filed should be date type after that you have to minus the **end date ** to current date time:format as days may be it will work for you.
Thanks
Dalip
Developer at Trynocode
1 Like
If you specifically want to count down till the end of the month you can use:
((Current date/time: rounded down to Month: + (months) 1) - Current date/time) format as Days: floor
2 Likes
That was it!! Thanks for help guys
This topic was automatically closed after 70 days. New replies are no longer allowed.