hi narendrabr, try:
=DATE(MID(A2,7,4),MID(A2,4,2),LEFT(A2,2))

or if your computer settings is D/M/Y, then:
=LEFT(A2,10)+0

in both cases, just format to what you want