Guest User

Untitled

a guest
May 25th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. irb(main):005:0> params = {:chosen_month => 8}
  2. => {:chosen_month=>8}
  3. irb(main):006:0> @newdate = Date.new(2008, params[:chosen_month].to_i, 15)
  4. => #<Date: 4909387/2,0,2299161>
Add Comment
Please, Sign In to add comment