代码如下: 代码如下: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(‘%sd’, year_and_month, today) end
其他参考资料:http://d.hatena.ne.jp/littlebuddha/2