method

year

Importance_1
Ruby latest stable (v1_8_6_287) - 0 notes - Class: Time
year() public

Returns the year for time (including the century).

   t = Time.now   #=> Wed Apr 09 08:56:04 CDT 2003
   t.year         #=> 2003
Show source
Register or log in to add new notes.