How to convert string to date

Hey everyone! How can I convert a string to date? The string is in this format: yyyyMMdd.
Example: 20230510

I need to convert to a Date or String, however, but in this format: dd/MM/yyyy
the same Example above: 10/05/2023

1 Like

I would recommend checking Java Script plugin and there are samples under Special Functions on how to convert from str2date and how to set conversion parameters. From that point on, you can used date field in many other operations always specifying what format you want to keep it.

2 Likes