Skip to content

Instantly share code, notes, and snippets.

@julzmon
Last active August 29, 2015 14:01
Show Gist options
  • Save julzmon/80180ebbf3500a90109b to your computer and use it in GitHub Desktop.
Save julzmon/80180ebbf3500a90109b to your computer and use it in GitHub Desktop.
Craft date field showing only year or month
Like this: {{ entry.d_date.year }}
Or: {{ entry.d_date | date("Y") }}
Like this: {{ entry.d_date.month }}
Or: {{ entry.d_date | date("m") }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment