gpt4 book ai didi

ruby-on-rails - Ruby 上周日的年月日

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

我需要以2014-01-20的格式计算最后两个星期日。

因此,last_sunday = 2014-01-20most_recent_sunday = 2014-01-26

我正在使用 Rails 4.0 和 Ruby 2.0。我怎样才能得到这些日期?

最佳答案

在 rails 4 中:

most_recent_sunday = Time.now.sunday.to_s

last_sunday = Time.now.last_week.sunday.to_s

将它变成你想要的格式:

DateTime.parse(most_recent_sunday).strftime("%Y-%m-%d")

http://apidock.com/rails/v4.0.2/DateAndTime/Calculations/sunday http://apidock.com/rails/v4.0.2/DateAndTime/Calculations/last_week

关于ruby-on-rails - Ruby 上周日的年月日,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21393549/

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