summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/adddate.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/adddate.md')
-rw-r--r--docs/content/en/functions/adddate.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/docs/content/en/functions/adddate.md b/docs/content/en/functions/adddate.md
index 116ffa8de..96a9df833 100644
--- a/docs/content/en/functions/adddate.md
+++ b/docs/content/en/functions/adddate.md
@@ -1,20 +1,13 @@
---
title: .AddDate
description: Returns the time corresponding to adding the given number of years, months, and days to the given time.Time value.
-date: 2017-02-01
-publishdate: 2017-02-01
-lastmod: 2017-02-01
categories: [functions]
menu:
docs:
- parent: "functions"
+ parent: functions
keywords: [dates,time]
signature: [".AddDate YEARS MONTHS DAYS"]
-workson: [times]
-hugoversion:
relatedfuncs: [now]
-deprecated: false
-aliases: []
---
```go-html-template