Skip to content
Prev 267718 / 398502 Next

excel dates and times in R

Well, strptime is certainly the way to go. You did not provide any 
reproducible example so i can just roughly point out the way to go:

1: combine the two colums to one with paste(,collapse='_')
2: strptime() with the corresponding formats (like "%d-%b-%Y_%H:%M:%S" 
or similar)


HTH
Jannis
On 08/05/2011 12:27 PM, bevare wrote: