From: derosm2@... Date: 2018-06-28T11:27:38+00:00 Subject: [ruby-core:87664] [Ruby trunk Feature#14877] Calculate age in Date class Issue #14877 has been reported by derosm2 (Mike DeRosa). ---------------------------------------- Feature #14877: Calculate age in Date class https://bugs.ruby-lang.org/issues/14877 * Author: derosm2 (Mike DeRosa) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- Seems like there's enough complexity in determining the right values and it's something a ton of apps have to address. I've seen a bunch of StackOverflow and other blog posts attempt to address this, not all of them accurately. `Date.new(2016, 3, 6).age #=> 2` -- https://bugs.ruby-lang.org/ Unsubscribe: