I have a data which has the following date values in numeric type variable,the format is best6. Date 201304 201406 201409 201412 201311 I want to change it format and want the following result New_Date 2013/04 2014/06 2014/09 2014/12 2013/11
... View more