I have the following string as a date
Thu 17 Jan
I want to convert this to a ruby date time object (to save in the database). I have tried chronic, but without luck.
Can someone help me out, thanks in advance
|
I have the following string as a date
I want to convert this to a ruby date time object (to save in the database). I have tried chronic, but without luck. Can someone help me out, thanks in advance |
|||
|
|
|
No need for chronic. Simple Date will do.
|
|||||||
|
|
|
You may also use:
|
|||||
|