$page->date() in the standard project template

This is a bug I found in kirby 2.2.3

the project template uses the syntax:

Year: 2013

which does not work for me

However if you replace it with

Year: 01.01.2013

it works fine.

I just wanted to share this. Maybe it helps others

Thanks for posting. There is an open pull request that improves the template. That should make it all a bit clearer once merged.