Ruby on Rails Wednesday, March 21, 2018

On 21 March 2018 at 10:01, fugee ohu <fugee279@gmail.com> wrote:
> How do i apply strftime to a date and save it to a variable as a string? I
> get errors like
>
> undefined method `strftime' for "2018/03/29 00:07":String Did you mean?
> strip

That is because you are not calling strftime on a date but on a
String. The clue is in the error message.

Colin

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLuWCYv6uqbBwe-7j0eakzt%3D7EpQUDOnWpeGUF45PbsLsQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment