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?
|
I can't seem to find this and I feel like it should be easy. In Ruby on Rails, how do I take:
and turn it into
Can I not just use a helper in the view? |
|||||
|
|
I don't know for
But if you want
Ref how do i get name of the month in ruby on Rails? or this Just do
And for suffix use following
|
||||
|
For future reference: Rails date time formats |
||||
|
|
|
Needs the Time module for
|
|||
|
|
|
You don't need to save it in a variable.
|
|||
|
|
|
Don't forget, ruby is on rails :D |
|||
|
|
|
Just the other day there was a similar question. In my answer http://stackoverflow.com/questions/3022163/how-do-i-get-name-of-the-month-in-ruby-on-rails/3022466#3022466 I showed how you can add a custom
Now you can call
|
|||
|
|