I'm trying to recognize a date inside a file's contents to use it in the renaming of said file.
The recognized content is
Rechnungsdatum
26. April 2016
I want to be able name the file according to the following pattern
YYYY_MM-company-text.extension
I set up the following, using Hazel's built in Custom Date function for each part:

Day:

Month:

Year:

When previewing I get the following (not what I expected):

Questions:
* What did I do wrong?
* What's the difference between an empty and a filled circle in a token?
* Why is the current time added at the end?