module ApplicationHelper def standard_date(d) d.strftime("%m/%d/%Y") end def standard_datetime(d) d.strftime("%m/%d/%Y %H:%m") end end