Ruby/Rails : Ruby Core Classes : Date

Context of the notion in the technology: Document / Topc: Ruby/Rails
Document / Topc: Ruby Core Classes
Related Keywords: Ruby Rails Ruby Core Classes Date
Help URL: http://ruby-doc.org/core/classes/Date.html


Items Related to Date

Inner Elements of Date

Date contains following items:
  • + ()
  • - ()
  • << ()
  • <=> ()
  • === ()
  • >> ()
  • _dump (dump)
  • _load (load)
  • ajd
  • ajd_to_amjd (ajd to amjd)
  • ajd_to_jd (ajd to jd)
  • amjd
  • amjd_to_ajd (amjd to ajd)
  • civil
  • civil_to_jd (civil to jd)
  • commercial
  • commercial_to_jd (commercial to jd)
  • cwday
  • cweek
  • cwyear
  • day
  • day_fraction (day fraction)
  • day_fraction_to_time (day fraction to time)
  • downto
  • england
  • eql? (eql )
  • gregorian
  • gregorian_leap? (gregorian leap )
  • hash
  • inspect
  • italy
  • jd
  • jd_to_ajd (jd to ajd)
  • jd_to_civil (jd to civil)
  • jd_to_commercial (jd to commercial)
  • jd_to_ld (jd to ld)
  • jd_to_mjd (jd to mjd)
  • jd_to_ordinal (jd to ordinal)
  • jd_to_wday (jd to wday)
  • julian
  • julian_leap? (julian leap )
  • ld
  • ld_to_jd (ld to jd)
  • leap? (leap )
  • mday
  • mjd
  • mjd_to_jd (mjd to jd)
  • mon
  • month
  • new
  • new_start (new start)
  • next
  • ns? (ns )
  • ordinal
  • ordinal_to_jd (ordinal to jd)
  • os? (os )
  • parse
  • start
  • step
  • strptime
  • succ
  • time_to_day_fraction (time to day fraction)
  • to_s (to s)
  • today
  • upto
  • valid_civil? (valid civil )
  • valid_commercial? (valid commercial )
  • valid_jd? (valid jd )
  • valid_ordinal? (valid ordinal )
  • wday
  • yday
  • year


Ruby on Rails, often called RoR, or just Rails, is an open source web application framework written in Ruby that closely follows the Model-View-Controller (MVC) architecture. It strives for simplicity and allowing real-world applications to be developed in less code than other frameworks and with a minimum of configuration. The Ruby programming language allows for extensive metaprogramming, which Rails makes much use of. This results in a syntax that many of its users find to be very readable. Rails is primarily distributed through RubyGems, which is the official packaging format and distribution channel for Ruby libraries and applications.
   -- wikipedia.org

Home