# Methods added to this helper will be available to all templates in the application.
module ApplicationHelper

  def my_datetime(dt)
		dt.strftime("%B %d, %Y %I:%M %p")
	end

end