well you can try
select case when isdate(column) = 1 then convert(datetime, column, 112) else '1900-01-01' end