summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/dateformat.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/dateformat.md')
-rw-r--r--docs/content/en/functions/dateformat.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/content/en/functions/dateformat.md b/docs/content/en/functions/dateformat.md
index 210913b87..ddfb61296 100644
--- a/docs/content/en/functions/dateformat.md
+++ b/docs/content/en/functions/dateformat.md
@@ -1,21 +1,15 @@
---
title: time.Format
description: Converts a date/time to a localized string.
-date: 2017-02-01
-publishdate: 2017-02-01
-lastmod: 2017-02-01
categories: [functions]
menu:
docs:
- parent: "functions"
+ parent: functions
keywords: [dates,time,strings]
signature:
- "time.Format LAYOUT INPUT"
- "dateFormat LAYOUT INPUT"
-workson: []
-hugoversion:
relatedfuncs: [Format,now,Unix,time]
-deprecated: false
---
`time.Format` (alias `dateFormat`) converts either a `time.Time` object (e.g. `.Date`) or a timestamp string `INPUT` into the format specified by the `LAYOUT` string.