I have the following columns' names of dataframe in year/day format
colnames(ndvi.df)
[1] "gid" "xcoord" "ycoord" "col" "row" "gwno" "country" "km2"
[9] "2000049" "2000065" "2000081" "2000097" "2000113" "2000129" "2000145" "2000161"
[17] "2000177" "2000193" "2000209" "2000225" "2000241" "2000257" "2000273" "2000289"
[25] "2000305" "2000321" "2000337" "2000353"
How can I transform them into the corresponding year-month_day format please ?
Example: 2000049 = 18/02/2000