kontent-ai / gatsby-starter

Gatsby starter site with Kontent.ai
https://gatsby-starter-kontent.netlify.com
MIT License
16 stars 21 forks source link

Format DateTime values in templates #16

Closed JanLenoch closed 6 years ago

JanLenoch commented 6 years ago

Motivation

The project-reference.js and speaking-engagement.js templates display data of date & time content elements. They're currently formatted in the original ISO format.

Design guidelines

Format the date & time information in a user-friendly way.

justinh5 commented 6 years ago

I've worked with Gatsby a bit recently. I'll take this one.

JanLenoch commented 6 years ago

Implemented via #20 .