Snippets

cia_rana プレミアムデー

Created by cia_rana
1
2
3
4
5
require "date"
y,m,w=gets.split(?,).map(&:to_i)
b=Date.new(y,m,-1)
f="%02d"
puts [b.year,f%b.month,f%(b.day-(b.wday-w)%7)]*""

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.