Is there a way I can specify UK dates in the format dd/MM/YYYY in my post.md files and have Grav detect this correctly? I can get the dates to render in the correct format, but they seem to have to be formatted in US format in the markdown files.
At the moment I have to write:
title: "My post title"
date: 08/16/2014
I would like to be able to write:
title: "My post title"
date: 16/08/2014
I’m currently using the Mediator skeleton. Is there a file I can change to get this to work?