For example, $time->mon returns the month number (1-12) while $time->month returns the abbreviated name of the month. #### $t->mon # 1 = January $t->_mon # 0 = January $t->monname # Feb $t->month # same as $t->monname $t->fullmonth # February