Skip to content

Instantly share code, notes, and snippets.

@itsdonnix
Last active September 9, 2022 05:58
Show Gist options
  • Save itsdonnix/f1643e76f645928e208706eca6c11977 to your computer and use it in GitHub Desktop.
Save itsdonnix/f1643e76f645928e208706eca6c11977 to your computer and use it in GitHub Desktop.
Hugo Cheatsheets

Hugo Cheatsheets

Date/Time

Get Current Date/Time

{{ dateFormat "01 Jan 2006" now }}

or

{{ now.Format "01 Jan 2006"}}

or access directly object Day, Month, Year, Hour, Minute, and Second:

{{ now.Day }}
{{ now.Month }}
{{ now.Year }}

Read more on now | Hugo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment