# File lib/runt/pdate.rb, line 93
    def PDate.year(yr,*ignored)
      PDate.civil(YEAR, yr, MONTH.min_value, DAY.min_value  )
    end