Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Error handling / date validation in Fusion

Avatar

Level 10

Hello,

 

I am trying to convert a string to a date using the parseDate() function. As it is possible that the incoming string is not a parseable date, I would like to prevent into getting an error. Is there any easy possibility to validate a string as being a valid date before parsing?

 

Thanks in advance.

Regards

Lars

1 Reply

Avatar

Community Advisor

If you know what the string formatting should be, like if your string should always be YYYY-MM-DD, then you could use regex to make sure that the string matches that pattern.