Template:AddDays: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>ZachPruckowski
m (default n to 1)
imported>Caesar Schinas
(Simpler code (but is this template needed anyway?))
 
(10 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.
{{#ifeq:{{CURRENTMONTH}} | 2 | {{#ifeq: {{#expr: {{CURRENTYEAR}} mod 4}} | 0 | {{#if:{{ #expr: {{CURRENTDAY}} >= 27 }} | {{CURRENTYEAR}} |  }} |  }}
</noinclude>
| {{}} }}
 
--!>

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.