Method: Date#date_for_report
- Defined in:
- lib/quality_extensions/date/deprecated.rb
#date_for_report ⇒ Object
These should be moved elsewhere because they are subjective and depend on the context where they’re used.
15 16 17 |
# File 'lib/quality_extensions/date/deprecated.rb', line 15 def date_for_report strftime("%b %d, %Y") # Example: "Jun 18, 2006" end |