[ top | up ]

Convert to Julian dates.

Usage

mdy.date(month, day, year, nineteen=T, fillday=F, fillmonth=F)

Arguments

month vector of months.
day vector of days.
year vector of years.
nineteen if true, year values between 0 and 99 are assumed to be 1900+year; if false they are assumed to be in the first century A.D.
fillday if true, then missing days are replaced with 15.
fillmonth if true, then a missing month causes the month and day to be set to 7/1.

Examples

mdy.date(3,10,53)