From: Joao Silva Date: 2012-06-03T07:39:05+09:00 Subject: Countdown dates in Ruby Hi all. I'm making a program in Ruby that gets 2 dates, calculates which is the oldest and the newest, and have to do a countdown of days, months and years to the oldest date. The countdown should be done using a date format. for example. mm / dd / yyyy, not showing the years, months and days. I tried it but I can not think how to do this program? I accept any suggestions. thanks -- Posted via http://www.ruby-forum.com/.