Merge pull request #22620 from hashicorp/pselle/docs-formatdate

Fix docs mistake/misleading formatdate
This commit is contained in:
Pam Selle 2019-08-28 13:01:06 -04:00 committed by GitHub
commit a810f3b846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ Tuesday, 02-Jan-18 23:12:01 UTC
Tue, 02 Jan 2018 23:12:01 -0800
> formatdate("MMM DD, YYYY", "2018-01-02T23:12:01Z")
Jan 02, 2018
> formatdate("HH:MMaa", "2018-01-02T23:12:01Z")
11:01pm
> formatdate("HH:mmaa", "2018-01-02T23:12:01Z")
11:12pm
```
## Specification Syntax