I can\'t seem to find this and I feel like it should be easy. In Ruby on Rails, how do I take:
2010-06-14 19:01:00 UTC
and turn it into
Update that is working in Rails 5 :
<%= l @user.created_at, format: :short %>
Internationalize :
<%= I18n.l( @user.created_at, format: :short) %>
You can use :long instead of :short