Template:AddDays: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>ZachPruckowski
mNo edit summary
imported>Caesar Schinas
(Simpler code (but is this template needed anyway?))
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{CURRENTYEAR}}{{CURRENTMONTH}}{{#expr: {{CURRENTDAY}} + {{#if: {{{n|}}} | {{{n}}} | 1}} }}
<includeonly>{{#time:Ymd|+ {{{1}}} days}}</includeonly>
 
<noinclude>
<!--
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.
{{#switch: {{CURRENTMONTH
</noinclude>
|2 =
|4 =
|6 =
|9 =
|11 =
|12 =
|default {{#ifexpr: {{CURRENTDAY}}
}}
 
 
 
--!>

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.