Date recognition

I have table with string presenting dates like
Example: October 24, 2018
How to extract date from this column as date?

Hi there,

Use this date format in the String to Date&Time node:
MMMM dd, yyyy

:blush:

4 Likes

Thank you, Armin. to get an expected result I have to split field on “:”.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.