On Thu, Mar 29, 2018 at 8:16 AM, Majid Lotfi <[email protected]> wrote:

> in the search area I have two date pickers from to, when you pick the dates
> they come like : 2018-03-27 , my question, how to convert :
>
> 2018-03-27 to 2018 Mar 27

Have you looked at the Date section of the (stdlib) docs?

One approach:

2.5.1 (main):0 > Date.parse("2018-03-27").strftime("%Y %b %d")
=> "2018 Mar 27"

HTH,
-- 
Hassan Schroeder ------------------------ [email protected]
twitter: @hassan
Consulting Availability : Silicon Valley or remote

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yAYVpynDWAK2NMYBGf%3DcWn8ZnX56H0mTweZ0ZCAAo63fQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to