cweek()
Returns the calendar week number (1-53).
For example:
Date.new(2001,2,3).cweek #=> 5
static VALUE d_lite_cweek(VALUE self) { get_d1(self); return INT2FIX(m_cweek(dat)); }