Skip to content

Instantly share code, notes, and snippets.

View haroldcris's full-sized avatar

Harold Cris haroldcris

View GitHub Profile
@haroldcris
haroldcris / Age.cs
Created November 14, 2019 00:57 — forked from faisalman/Age.cs
Calculate Age (Years + Months + Days) in C#
/**
* Calculate Age in C#
* https://gist.github.com/faisalman
*
* Copyright 2012-2013, Faisalman <fyzlman@gmail.com>
* Licensed under The MIT License
* http://www.opensource.org/licenses/mit-license
*/
using System;