Suppose the following vector:
datas=c("26/12/2014", "27/12/2014", "28/12/2014", "29/12/2014", "30/12/2014", "31/12/2014")
When you apply the commands as.Date(datas, "%d/%m%y") and strptimes(datas, "%d/%m%y") the output is:
"...
asked by
15.09.2015 / 16:22