Help for this page

Select Code to Download


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