A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Alternatively: let's say you have such a value in A2.
Enter the following formula in B2:
=DATE(LEFT(A2,4),MID(A2,6,2),RIGHT(A2,2))
This formula can be filled down.