Class: View::Datetime
- Inherits:
-
Formatter
- Object
- Formatter
- View::Datetime
- Defined in:
- lib/view/formatters/datetime.rb
Overview
Uses I18n to format a datetime object.
Instance Attribute Summary
Attributes inherited from Formatter
Instance Method Summary (collapse)
Methods inherited from Formatter
#all_options, as, #format!, inherited, #options, skip_blank_formatter, #to_s, type
Instance Method Details
- (Object) format
6 7 8 |
# File 'lib/view/formatters/datetime.rb', line 6 def format ::I18n.l(value, ) end |