# File lib/merb-helpers/date_time_formatting.rb, line 38
    def formatted(format = :default)
      self.strftime(Date.formats[format])
    end