Forum Discussion
Aleksandar_A
2 years agoContributor III
Hello kumar25,
You can try with the following expression in a Mapper Snap:
Math.abs((Date.parse(Date.parse($Date1.toString()).toLocaleDateString())-
Date.parse(Date.parse($Date2.toString()).toLocaleDateString()))
/(1000*60*60*24))
Try it, and let me know if this helps you!
Regards,
Aleksandar.