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

Possible to remove Time from date variable?

Started by Muut Archive 10 years ago · 2 replies · 344 views
10 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.

10 years ago

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

10 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 1354 9 years ago
Archive · by Muut Archive, 9 years ago
2 935 9 years ago
Archive · by Muut Archive, 9 years ago
2 4065 9 years ago
Archive · by Muut Archive, 9 years ago
1 2953 9 years ago
Archive · by Muut Archive, 9 years ago
3 1119 9 years ago