I have been trying to convert a column consisting of dates in the format 'April 9, 2013' into the format 'yyyy-mm-dd' which would result in '2013-04-09' in SQLite.
I have tried using the 'date' & 'strftime' function but get null as a result
Can anyone help me out on this?