gpt4 book ai didi

ruby-on-rails - 如何将 ActiveSupport::TimeWithZone 实例格式化为指定格式

转载 作者:数据小太阳 更新时间:2023-10-29 07:26:56 26 4
gpt4 key购买 nike

我有一个 ActiveSupport::TimeWithZone 实例,如 2014-12-22 05:54:34 UTC,但我只想保留日期信息 2014-12-22

我试过 Rail 的 to_formatted_s,但它对我不起作用。

<%= item.updated_at.to_formatted_s(:db) %>

显示:2014-12-22 05:54:34

最佳答案

您可以使用 strftime :

> date_time.strftime('%Y-%m-%d')

在哪里,

%Y - Year with century
%m - Month of the year (01..12)
%d - Day of the month (01-31)

关于ruby-on-rails - 如何将 ActiveSupport::TimeWithZone 实例格式化为指定格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27597389/

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