month()
Returns the month (1-12).
For example:
Date.new(2001,2,3).mon #=> 2
static VALUE d_lite_mon(VALUE self) { get_d1(self); return INT2FIX(m_mon(dat)); }