module Date

Public Class Methods

today(sg=Date::ITALY) click to toggle source
# File lib/delorean.rb, line 18
def today(sg=Date::ITALY)
  t = Time.now
  self.civil(t.year, t.mon, t.mday, sg )
end
Also aliased as: today_without_delorean
today_without_delorean(sg=Date::ITALY)
Alias for: today