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!
- bojanvelevski4 years agoValued Contributor
Hey @nagh,
I believe you have a very similar, if not the same post from several days ago. I sent you a pipeline there that converts base64 to hex, is that what you need?
Link to post:
Base64 to hexadecimal