diff --git a/content/functions/adddate.md b/content/functions/adddate.md new file mode 100644 index 000000000..8ac00c111 --- /dev/null +++ b/content/functions/adddate.md @@ -0,0 +1,20 @@ +--- +title: adddate +linktitle: AddDate +description: Returns the time corresponding to adding the given number of years, months, and days passed to the function. +godocref: https://golang.org/pkg/time/#Time.AddDate +date: 2017-02-01 +publishdate: 2017-02-01 +lastmod: 2017-02-01 +categories: [functions] +tags: [dates,time] +signature: +workson: [] +hugoversion: +relatedfuncs: [now] +deprecated: false +aliases: [] +--- + + +