dateFormat is missing here: https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/Global/Format/Date.html ``` <f:form.textfield property="test.date" /> <f:form.hidden property="test.dateFormat" value="d.m.Y"/> ``` 'test' is the property. dateFormat is a way in Fluid to set the needed Format of a f:form.textfield from type date.