date conversion 2018-03-27 to 2018 Mar 27

6 views
Skip to first unread message

Majid Lotfi

unread,
Mar 29, 2018, 1:53:23 PM3/29/18
to Ruby on Rails: Talk
I am doing test using selenium with ruby, I have a web page that has records, one of the columns has dates like 2018 Mar 28 , 

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

OR

2018 Mar 27 to  2018-03-27

Thanks,

Hassan Schroeder

unread,
Mar 29, 2018, 2:43:38 PM3/29/18
to rubyonrails-talk
On Thu, Mar 29, 2018 at 8:16 AM, Majid Lotfi <akra...@gmail.com> 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 ------------------------ hassan.s...@gmail.com
twitter: @hassan
Consulting Availability : Silicon Valley or remote

Abdelmajid Lotfi

unread,
Mar 30, 2018, 1:13:44 AM3/30/18
to rubyonra...@googlegroups.com
Thanks Hassan, it works now.


--
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/CACmC4yAYVpynDWAK2NMYBGf%3DcWn8ZnX56H0mTweZ0ZCAAo63fQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages