module ApplicationHelper def datetime(d) d.strftime("%B %d, %Y %I:%M %p") end end