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