Suppose I have a table storing a list of datetime (yyyyMMdd) in String format.
How could I extract them and convert them into DateTime format dd/MM/yyyy ?>
As already said, it's better to store date as date-type column in your DB, but if you want just to convert strings from one format to another, you can do this: