Try this:
fmt <- "%d/%m/%Y" d1 <- as.Date("20/11/1962", fmt) d2 <- as.Date("20/5/1964", fmt) julian(d2, d1)/365.25 On Tue, Apr 22, 2008 at 8:25 PM, Worik R <[EMAIL PROTECTED]> wrote: > I would like to know how many years (including partial years) are between > two dates. > > So difftime("20/11/1962", "20/5/1964", units="years") would be about 1.5 > > But units of years are not available. > > cheers > Worik > > [[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. > ______________________________________________ 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.