Various ways to convert that to a date.
If you have a column of values like that you could select the column, goto Data>Text to columns... and check YMD as the column data format on the 3rd step.
If you want a formula here's one.
=TEXT(A1,"0000\/00\/00")+0