Skip to content

Instantly share code, notes, and snippets.

@paneq
Created January 21, 2012 21:16
Show Gist options
  • Save paneq/1654030 to your computer and use it in GitHub Desktop.
Save paneq/1654030 to your computer and use it in GitHub Desktop.
def format_date(date)
date.to_formatted_s(:long)
end
def formatted_created_at
created_at.to_formatted_s(:long)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment