날짜 나오게 하려면 <%= I18n.l article.created_at.to_date, :format => :long %>
이런식으로 하면 2023년 12월 30일 (토)이런 날짜로 나오고
<%= time_ago_in_words article.created_at.to_date %> 로 하면 몇일전, 몇주전, 몇년전 이런식으로 표시 되며 해당 표시 방법은
config/locales/ko.yml 에서 설정하면 됩니다.
예)
datetime:
distance_in_words:
about_x_hours:
one: 약 한 시간
other: 약 %{count}시간
about_x_months:
one: 약 한 달
other: 약 %{count}달
about_x_years:
one: 약 일 년
other: 약 %{count}년
almost_x_years:
one: 일 년 이하
other: ! %{count}년 이하
half_a_minute: 30초