Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将“6 个月前”和“3 天前”之类的字符串转换为日期/日期时间。
有任何想法吗?
提前致谢!
Chronic gem 提供了这样的功能。(Github,RubyGems)
它可以解析相当复杂的语句。例如
都可以解析。
在 Rails 中,无需其他 gem 即可轻松完成:
eval("3 days ago".gsub(" ",".")) # => Mon, 05 Aug 2013 13:31:06 UTC +00:00