Revision 69d148ddb24d5cb53bce843f0f63e388b903fcbd authored by Bendix Carstensen on 22 May 2010, 05:22:26 UTC, committed by cran-robot on 22 May 2010, 05:22:26 UTC
1 parent 1c180cf
Raw File
as.Date.cal.yr.R
as.Date.cal.yr <-
function( x, ... )
{
structure( round( ( x - 1970 ) * 365.25 ), class="Date" )
}
back to top