Solved
Forum Discussion
kumar25 - This will first strip off the portion of your string that contains the timestamp, then perform the date difference, and finally convert from milliseconds to day.
(Date.parse($Date2.substr(0,10)) - Date.parse($Date1.substr(0,10)))
/ (1000 * 3600 * 24)
Hope this helps!
- jfpelletier2 years agoContributor
Hello Abhishek_Soni37,
Thanks a lot for your help, it resolved my problem the way I wanted. This is something I will probably re-use a lot, super useful for me! 🙂
Kind regards,
JF
Related Content
- 3 years ago
- 8 years ago