Skip to content

Instantly share code, notes, and snippets.

@brainwire
Created July 10, 2014 05:55
Show Gist options
  • Save brainwire/e0921d544d563b8d8efa to your computer and use it in GitHub Desktop.
Save brainwire/e0921d544d563b8d8efa to your computer and use it in GitHub Desktop.
rails time
<time
datetime="<%= @pen.created_at.strftime("%Y-%m-%dT%H:%M") %>"
title="<%= @pen.created_at.strftime("%Y-%m-%d at %I:%M %p") %>">
<%= @pen.created_at.strftime("%B %d, %Y") %>
</time>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment