Lasso Soft Inc. > Home

[age]

Linkage
AuthorJolle Carlestam
CategoryDate
Version8.5.x
LicensePublic Domain
Posted01 Mar 2010
Updated01 Mar 2010
More by this author...

Description

Returns the age as years calculated between to dates. It typically answers the question "How old are you|the dog|my car". The answer is derived by comparing the given "Date of birth" param (dob) with today. An optional "now" param can be used to answer the question "How old where xx at a given date". A Lasso 9 equivalent is also published on Tagswap

Sample Usage

age(-dob=date('2000-02-28'),-dod=date('2010-08-27'));
age(-dob=date('2000-02-28'));
age(date('2000-02-28'),date('2010-08-27'));
age(date('2000-02-28'));

Source Code

Click the "Download" button below to retrieve a copy of this tag, including the complete documentation and sample usage shown on this page. Place the downloaded ".inc" file in your LassoStartup folder, restart Lasso, and you can begin using this tag immediately.

 year - #dob -> year) - ((integer(#dob -> month) * 100) + integer(#dob -> day) > (integer(#now -> month) * 100) + integer(#now -> day) ? 1 | 0));

/define_tag;

?>

Related Tags

Comments

No comments

Please log in to comment

Subscribe to the LassoTalk mail list

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft