I have a string field where the data is as 20160826(YYYYMMDD). The first 4 letters is the year the next 2 is the month and the last 2 is the date. I want to change this Field to date format. Output will show as ( 2016-08-26). Can someone help me to achieve this