Transforming Datetime into month, day and year?
Posted
by bgadoci
on Stack Overflow
See other posts from Stack Overflow
or by bgadoci
Published on 2010-06-15T05:45:29Z
Indexed on
2010/06/15
5:52 UTC
Read the original article
Hit count: 157
ruby-on-rails
|ruby
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
June 14th, 2010
Can I not just use a helper in the view?
© Stack Overflow or respective owner