module DateOutput::ViewHelpers
Public Instance Methods
full_date(date,options={})
click to toggle source
# File lib/date_output/view_helpers.rb, line 20 def full_date(date,options={}) DateOutput.full_date(date,options) end
full_date_with_time(date,options={})
click to toggle source
# File lib/date_output/view_helpers.rb, line 4 def full_date_with_time(date,options={}) DateOutput.full_date_with_time(date,options) end
long_date_no_day(date, options={})
click to toggle source
# File lib/date_output/view_helpers.rb, line 28 def long_date_no_day(date, options={}) DateOutput.long_date_no_day(date, options) end
long_date_no_day_with_time(date, options={})
click to toggle source
# File lib/date_output/view_helpers.rb, line 36 def long_date_no_day_with_time(date, options={}) DateOutput.long_date_no_day_with_time(date, options) end
numbered_date(date,options={})
click to toggle source
# File lib/date_output/view_helpers.rb, line 16 def numbered_date(date,options={}) DateOutput.numbered_date(date,options) end
numbered_date_with_time(date,options={})
click to toggle source
# File lib/date_output/view_helpers.rb, line 12 def numbered_date_with_time(date,options={}) DateOutput.numbered_date_with_time(date,options) end
short_date(date,options={})
click to toggle source
# File lib/date_output/view_helpers.rb, line 24 def short_date(date,options={}) DateOutput.short_date(date,options) end
short_date_no_day(date, options={})
click to toggle source
# File lib/date_output/view_helpers.rb, line 32 def short_date_no_day(date, options={}) DateOutput.short_date_no_day(date, options) end
short_date_no_day_with_time(date, options={})
click to toggle source
# File lib/date_output/view_helpers.rb, line 40 def short_date_no_day_with_time(date, options={}) DateOutput.short_date_no_day_with_time(date, options) end
short_date_with_time(date,options={})
click to toggle source
# File lib/date_output/view_helpers.rb, line 8 def short_date_with_time(date,options={}) DateOutput.short_date_with_time(date,options) end