Skip to content

Instantly share code, notes, and snippets.

@tjtuom
Created May 20, 2010 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjtuom/407262 to your computer and use it in GitHub Desktop.
Save tjtuom/407262 to your computer and use it in GitHub Desktop.
module DateHelper
def auction_date(date)
I18n.localize date, :format => :auction
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment