Overview
This plug-in aims to eliminate the need for custom date and time calculation rules. It contains many functions for common date and time manipulation, with an emphasis on the Appian Date and Time data type. It uses Java's native Date and Calendar classes so it is fast and of minimal size. The functions are listed below and also covered in greater detail in the document included in the file download.
Hi Shawn,
I see that isvaliddate() is not working as expected.
Throwing false when checking for isvaliddate("30/06/2022")...
Any specific thoughts which I need to consider here?
Appreciate your response.
Thanks,
Vinay
Hi Vinay,Try to put the date in american format, so if it validates it correctly: isvaliddate("06/30/2022")Greetings,
Héctor