I have an excel file in which the dob column contains entry of this type Thu Aug 04 00:00:00 BST 1983
. I am trying to import the excel file in SQL-Server therefore I want to convert it to YYYY-MM-DD
type. I tried the format cells option but it is not working. Any simple way of doing it or do I have to find regex for it?
Here is the sample file.