You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.6.0 :004 > Chronic.parse('Thursday 07 March 2019')
=> nil
2.6.0 :005 > DateTime.parse('Thursday 07 March 2019')
=> Thu, 07 Mar 2019 00:00:00 +0000
2.6.0 :006 > Chronic.parse('Thursday 07 March 2019 2pm')
=> nil
2.6.0 :007 > DateTime.parse('Thursday 07 March 2019 2pm')
=> Thu, 07 Mar 2019 14:00:00 +0000
The text was updated successfully, but these errors were encountered:
nitesh-varma
changed the title
Common format like 'Thursday March 07 2019' is not supporting, which is even supported by DateTime
Common format like 'Thursday 07 March 2019' is not supporting, which is even supported by DateTime
Jan 23, 2019
2.6.0 :004 > Chronic.parse('Thursday 07 March 2019')
=> nil
2.6.0 :005 > DateTime.parse('Thursday 07 March 2019')
=> Thu, 07 Mar 2019 00:00:00 +0000
2.6.0 :006 > Chronic.parse('Thursday 07 March 2019 2pm')
=> nil
2.6.0 :007 > DateTime.parse('Thursday 07 March 2019 2pm')
=> Thu, 07 Mar 2019 14:00:00 +0000
The text was updated successfully, but these errors were encountered: