Hi, I have a period that I save in a string variable (named Period). This period is read from a web page with get text.
The string is in this format dd-mm-yyyy-dd-mm-yyyy (ex 23-09-2023-30-09-2023)
I want to write the string in the format yyyy-mm-dd-yyyy-mm-dd (2023-09-23-2023-09-30)
How can I do this?