Module: Formatters
- Defined in:
- lib/formatters/date_formatter.rb,
lib/formatters/time_formatter.rb
Overview
Given a date to format, in either a Date/Time object, or a String representing a Date, additionally an optional symbol from config/initializers/date_formats.rb to specifically format. Default is Date object :iso8601, or ‘2020-01-31’
Defined Under Namespace
Classes: DateFormatter, TimeFormatter