Template:AgeMonths
From Guild Wars 2 Wiki
Jump to navigationJump to search
Description[edit]
Compares two dates and returns difference in months.
Parameters[edit]
{{AgeMonths |year1 |month1 |day1 |year2 |month2 |day2 }}
- year1 (first parameter)
- year to check
- month1 (second parameter)
- month to check
- day1 (third parameter)
- day to check
- year2 (fourth parameter)
- year to compare, current year by default
- month2 (fifth parameter)
- month to compare, current month by default
- day2 (sixth parameter)
- day to compare, current day by default
Example[edit]
If you want to show how many months have passed since given day (for example) 01-01-1999 use {{AgeMonths|1999|1|1}}: that will show 310.
If you want to compare two dates (for example 01-01-1999 and 03-10-2010) use: {{AgeMonths|1999|1|1|2010|10|3}}: that will show 141.