Hi List,
If I have a date format as:
d <- "2001/1/1"
I can easily convert it to number by using as.Date(d).

But if I have d<-"1/1/2001", it does not work. Does anyone know how I can
convert it using pre-written function in R?

Regards,
Alireza

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to