Method: Sufia::CitationsBehaviors::Formatters::ApaFormatter#format_date
- Defined in:
- app/helpers/sufia/citations_behaviors/formatters/apa_formatter.rb
#format_date(pub_date) ⇒ Object
47 48 49 |
# File 'app/helpers/sufia/citations_behaviors/formatters/apa_formatter.rb', line 47 def format_date(pub_date) pub_date.blank? ? "" : "(" + pub_date + "). " end |