From 78d55aece1bbff3fcd83b4783846b4909cd6afd3 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Fri, 3 Mar 2017 13:02:55 -0600 Subject: [PATCH] Copy tweaks to homepage --- content/functions/adddate.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/functions/adddate.md 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: [] +--- + + +