Lee D'oéjgi wrote:
> I'm trying to reformat the following DateTime: 'Fri Mar 13 13:00:52
> -0700
> 2009' to be '2009-03-13 13:00:42', but can't quite seem to get it. I've
> tried strftime('%a %b %d %H %M %S -0700 %Y') amongst other things and
> google
> isn't helping...
>
> Any advice?
If the value is array or string, first convert that into datetime format
and try with using strftime(needed format).
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---