mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-10-17 13:30:35 -04:00
632 B
632 B
title | linktitle | description | godocref | date | publishdate | lastmod | categories | tags | signature | workson | hugoversion | relatedfuncs | deprecated | aliases | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
time | Converts a timestamp string into a `time.Time` structure. | 2017-02-01 | 2017-02-01 | 2017-02-01 |
|
|
false |
time
converts a timestamp string into a time.Time
structure so you can access its fields:
{{ time "2016-05-28" }} → "2016-05-28T00:00:00Z"
{{ (time "2016-05-28").YearDay }} → 149
{{ mul 1000 (time "2016-05-28T10:30:00.00+10:00").Unix }} → 1464395400000, or Unix time in milliseconds