Template:AddDays: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>ZachPruckowski
m (I hate nested expressions!!)
imported>Caesar Schinas
(Simpler code (but is this template needed anyway?))
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#if: {{#expr: {{#expr:{{CURRENTDAY}} + {{{1}}} }} > {{DaysInMonth|{{CURRENTMONTH}}}} }}
<includeonly>{{#time:Ymd|+ {{{1}}} days}}</includeonly>
|{{CURRENTYEAR}}{{#expr:{{CURRENTMONTH}} +1}}{{#expr: {{expr:{{CURRENTDAY}} + {{{1}}} }} - {{DaysInMonth|{{CURRENTMONTH}} }} }}
<noinclude>
|{{CURRENTYEAR}}{{CURRENTMONTH}}{{#expr: {{CURRENTDAY}} + {{{1}}} }}
This template adds a set number of days to the current date and returns the new date.<br />
}}
Usage: {{tlc|AddDays|N}}, where N is a number of days.
 
</noinclude>
<!--
{{CURRENTYEAR}}{{CURRENTMONTH}}{{#expr: {{CURRENTDAY}} + {{{1}}} }}
--!>

Latest revision as of 09:50, 15 June 2009


This template adds a set number of days to the current date and returns the new date.
Usage: {{AddDays|N}}, where N is a number of days.