On Tue, Feb 8, 2011 at 11:30 AM, Prof Brian Ripley <rip...@stats.ox.ac.uk> wrote: > Try as.Date() with a suitable format (it only knows about internationally > standard formats), e.g. maybe you mean > >> as.Date("6/10/2009 10:04:00 AM", format="%m/%d/%Y") > > [1] "2009-06-10" >
Thank you! - Mark ______________________________________________ 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.