Forum Discussion
amit_saroha
4 years agoNew Contributor III
Oracle Procedure snap accepts number type parameter so I have to convert it to integer in this snap. This looks like a product bug to me.
bojanvelevski
4 years agoValued Contributor
You’re using .toLocaleDateString() while passing a DateTime format. Also, you don’t need the .toString() function, the previous one already puts the date into stringified version. Make sure you change that and validate.