欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

Ruby 取得指定月日期数的方法

程序员文章站 2022-06-17 22:43:50
代码如下:复制代码 代码如下:require 'date' day = date.new(2008, 2, -1) end_of_month = day.strftime(...

代码如下:

复制代码 代码如下:

require 'date'

day = date.new(2008, 2, -1)
end_of_month = day.strftime('%d').to_i
year_and_month = day.strftime('%y%m')
for today in 1..end_of_month do
p sprintf('%s%02d', year_and_month, today)
end

其他参考资料:



http://www.namaraii.com/rubytips/?%c6%fc%c9%d5%a4%c8%bb%fe%b9%ef