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.
この「yyyyMMddHHmm」のような形式で現在の日付/時刻を表す文字列を出力しようとしています。たとえば、「2013 年 10 月 31 日の午前 7 時 59 分」の場合は「201310310759」です。
これは私がこれまでに持っているものです:
Date.today.to_formatted_s(:db).gsub("-","")
使用する:
Time.now.strftime("%Y%m%d%H%M")
ここで他のオプションを確認できます