Project

age_calcs

0.0
No release in over 3 years
Like this gem created for calculating age by given date of birth.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 2.0
~> 10.0
~> 3.0
 Project Readme

Installation

  1. Just add this gem into the your gem file. (gem 'age_calcs', '~> 0.1.0')
  2. Then run bundle install 3)Just call AgeCalcs.find_age(yyyy,mm,dd) make sure as integer value given inputs. once you call this method. will get it output like (Running Age: #{year_of_age} and #{rem_months} th Month.)