Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Calculating Age

    Interesting find. When does someone turn EXACTLY 1 year old? Or any full year old? Or when does 24 O'Clock happen? I guess it does happen but for such a...

  • RE: Calculating Age

    /*

    Just use this function and get the exact age in "YYYMMDD" format (YearsMonthsDays)

    average days in a year: 365.2425

    average days ion a month: 30.436875

    USAGE: SELECT dbo.udf_CalcAge('1960-01-01', '2011-10-12')

    RESULT: "0510911" -- 51 YEARS,...

Viewing 2 posts - 1 through 2 (of 2 total)