Skip to content
Prev 43318 / 398506 Next

Julian dates

On Wed, 28 Jan 2004 Ted.Harding at nessie.mcc.ac.uk wrote:

            
It doesn't.  It behaves as if he wrote "01/02/2029" and he intended
"01/02/1929" (but chron failed to read his mind).  That is an undocumented
`feature' of the auxiliary function year.expand(), whose use is an
undocumented `feature' of convert.dates() (whose use is ..., well it gets
boring).

You will find all date-conversion routines do something like this with 
incompletely specified years.  Read the help on %y in ?strptime.