yday()
Returns the day of the year (1-366).
For example:
Date.new(2001,2,3).yday #=> 34
static VALUE d_lite_yday(VALUE self) { get_d1(self); return INT2FIX(m_yday(dat)); }