R
Rajaa Ramanathan
All,
I have used the following code to find the second Sunday of march.
lastdate_of_march = Date.new(current_year, 3, 31)
i = lastdate_of_march.wday
second_sunday = Date.new(current_year, 3, (31-i))
is there any simple method to find Second Sunday of March.
If any ! knows kindly help me..
Regards,
Rajaa
I have used the following code to find the second Sunday of march.
lastdate_of_march = Date.new(current_year, 3, 31)
i = lastdate_of_march.wday
second_sunday = Date.new(current_year, 3, (31-i))
is there any simple method to find Second Sunday of March.
If any ! knows kindly help me..
Regards,
Rajaa