Link | age |
Author | Jolle Carlestam |
Category | Date |
Version | 8.5.x |
License | Public Domain |
Posted | 01 Mar 2010 |
Updated | 01 Mar 2010 |
More by this author... |
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
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'));
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; ?>
No comments
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft