Hi,
thanks for your answer. This doesn’t work for this template, but I found the solution.
You have to open the file ‘inc/template-tags.php’. There is a line which prints the date:
<span class=”posted-on”><?php the_time(‘F d, Y’) ?></span>
Here you have to change the date format.
Greetings.