LoginSignup
11
12

More than 5 years have passed since last update.

rails postのcreated_atを綺麗に表示させるやり方

Last updated at Posted at 2016-06-05

<%= post.created_at.strftime('%Y/%m/%d %H:%M') %>

何分前、何時間前に投稿したかを表示するtime_ago_in_wordsヘルパーメソッド

<%= time_ago_in_words(post.created_at) %>

11
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
12