Hello,

I was wondering if there is an easy way to determine the date format of a string with a date.

"19-03-1983" to "dd-MM-yyyy"
"19-03-1983" to "dd-MM-yy"

Is there a function that supports this or do I have to write such a function myself?