# File lib/runt/pdate.rb, line 121 def PDate.day( yr,mon,day,*ignored ) PDate.civil(DAY, yr, mon, day ) end