module IshLibManager module ApplicationHelper def pretty_date input return input.strftime("%Y-%m-%d") end end end