Re: Error in "Difference" between dates and extracting days of difference
Hi @diepic,
Did you copy/paste the code sample I shared or did you change your existing expressions from your opening post?
In case of the latter can you make sure there is a comma character between the two date values? I noticed a typo in the expressions you shared in your opening post. The comma was missing between the two dates '2023-05-05''2023-05-05'.
The format for the date difference should be:
dateDifference('<startDate>', '<endDate>')