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