Calculating age

Vaughn Clement vclement at gmail.com
Thu Jun 26 22:48:49 EDT 2014


Hi

In a database you use a date of birth and calculate "today" to get the
number of days since birth div. by 365

Thank you

Vaughn Clement

Apps by Vaughn Clement (Support)
*http://www.appsbyvaughnclement.com/tools/home-page/
<http://www.appsbyvaughnclement.com/tools/home-page/>*
Skype: vaughn.clement
https://secure.join.me/appsbyvclement
FaceTime: vclement at gmail.com
LogMeIn also avaialble
Call on "ooVoo" at address:  vaughnclement or 9282549062
Ph. 928-254-9062



On Thu, Jun 26, 2014 at 7:44 PM, Mark Smith <Mark_Smith at cpe.umanitoba.ca>
wrote:

> Hi, does anyone know how to calculate someones age in years from two dates?
>
> Currently I am doing something kludgy like:
>
> convert dateone from date to seconds
> convert datetwo from date to seconds
> put datetwo - dateone into age -- calculate the age in seconds
> -- divide by the number of seconds per year
> put 60*60*24*365.25 into secs_per_year
> put the trunc of (age / secs_per_year) into age
>
> But I suspect it is only approximate.
>
> Thanks
>
>
>
> --
> View this message in context:
> http://runtime-revolution.278305.n4.nabble.com/Calculating-age-tp4680687.html
> Sent from the Revolution - User mailing list archive at Nabble.com.
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list