Link | lp_date_days1970 |
Author | Bil Corry |
Category | Date |
Version | 8.x |
License | Public Domain |
Posted | 06 Dec 2005 |
Updated | 06 Dec 2005 |
More by this author... |
Returns number of days since 1/1/1970.
lp_date_days1970: (date: '12/30/2005'); // returns 13147
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.
[ define_tag:'lp_date_days1970', -description='Returns number of days since 1/1/1970.', -priority='replace', -optional='date',-copy,-type='date'; if: !local_defined:'date'; local:'date' = date; /if; #date->(setformat:'%D'); return: (date_difference: (date: (string:#date) + ' 12:00:00'), (date:'1/1/1970 12:00:00') ,-day); /define_tag; ]
No comments
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft