ot;
A.K.
- Original Message -
From: arunkumar
To: r-help@r-project.org
Cc:
Sent: Tuesday, July 3, 2012 2:04 AM
Subject: [R] read the date format
hi
I have a data like thursday, November 20,2012. I'm not able to convert
into data format in R
Can anyone please help
-
Th
Hello,
Try, with 'x' your date(s),
as.Date(x, format="%A, %B %d,%Y")
strptime(x, format="%A, %B %d,%Y")
Note: this is in the help page for ?strptime
Hope this helps,
Rui Barradas
Em 03-07-2012 07:04, arunkumar escreveu:
hi
I have a data like thursday, November 20,2012. I'm not able
hi
I have a data like thursday, November 20,2012. I'm not able to convert
into data format in R
Can anyone please help
-
Thanks in Advance
Arun
--
View this message in context:
http://r.789695.n4.nabble.com/read-the-date-format-tp4635245.html
Sent from the R help mailing list ar
3 matches
Mail list logo