TryParseDate (String, UnknownDate)

Example

In this example, we will pass a string value representing an unknown date format to the function transformation object using a Variables object.

Where,

str = 1978.MAR.17

In the output window, you can see that the provided value has been parsed successfully, the unknown date format has been converted into a known date format, and the Boolean value, True has been returned, indicating a successful parameter test.