Hi @wisnupo , you may be interested in the following component that I built based on some of the ideas presented in the post that @rfeigel mentioned.
The component attempts to convert any date. It just needs to be told what order to expect d, M, y in the string and tries to resolve it based on that information. It additionally includes a cutoff for how to treat 2 digit years.
… And that post in turn followed on from this post… For anybody who wants to geek out on date conversions