Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Possible to remove Time from date variable?

Started by Muut Archive 11 years ago · 2 replies · 374 views
11 years ago

Is it possible to remove the time stamp (1:23pm) from the date (September 2, 2016). I would like to only display the date of the published page, not both the date and time.

11 years ago

It depends. If this is a custom theme your twig would look like
{{ page.date|date("F d, Y") }}

11 years ago

though some themes may have a configurable format while others may have a hardcoded format

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1769 9 years ago
Archive · by Muut Archive, 9 years ago
2 1187 9 years ago
Archive · by Muut Archive, 9 years ago
2 4359 9 years ago
Archive · by Muut Archive, 9 years ago
1 3246 9 years ago
Archive · by Muut Archive, 9 years ago
3 1349 9 years ago