Re: [R] Controlling the dates in R;

2010-08-18 Thread Gabor Grothendieck
On Wed, Aug 18, 2010 at 3:33 AM, Mangalani Peter Makananisa wrote: > Dear R gurus, > > > > I am currently using the chron package for date manipulation in R and I > am able to control  the date which take the format > > > > -          1998/07/03, and > > -          2006-09-15 (date without time) >

[R] Controlling the dates in R;

2010-08-18 Thread Mangalani Peter Makananisa
Dear R gurus, I am currently using the chron package for date manipulation in R and I am able to control the date which take the format - 1998/07/03, and - 2006-09-15 (date without time) Library(chron) As.Date(2006-09-15, format = '%Y-%m-%d') However I have a