gpt4 book ai didi

mysql - 如何编写查询来将当前日期与数据库中的created_at时间戳进行比较?

转载 作者:行者123 更新时间:2023-11-29 09:41:53 25 4
gpt4 key购买 nike

我想使用 ActiveRecord 编写一个查询来比较created_at时间戳与我在Ruby on Rails中的当前日期,但我不太知道该怎么做

日期存储方式如下 ->created_at: 2019-06-03 03:30:40

最佳答案

试试这个:

<% if @user.created_at > 5.days.ago.beginning_of_day %>
<span>New User!</span>
<% end%>

或者您可以使用:

<%= time_ago_in_words(@user.created_at) %>

来源:https://apidock.com/rails/ActionView/Helpers/DateHelper/time_ago_in_words

关于mysql - 如何编写查询来将当前日期与数据库中的created_at时间戳进行比较?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56452028/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com