Ruby on Rails Sunday, June 29, 2014

Read up on the Date class. You can compare dates directly, and you have the whole range of < = > operators to work on them.

Walter

On Jun 29, 2014, at 9:27 AM, Fresh Mix wrote:

> if @post.updated_at.strftime("%d-%m-%Y") !=
> Time.now.strftime("%d-%m-%Y")
>
> Or is there better way?
>
> --
> 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 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/90923dbc34a739dd822264ed051931e1%40ruby-forum.com.
> For more options, visit https://groups.google.com/d/optout.

--
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/D3F41B7D-D2CC-47CD-A703-2B106AE7BE6B%40wdstudio.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment