Hi,
I want to initialize a Date Property with a string value ("31.12.2018").
dd.MM.yyyy is the format of every dates in my object.
How can I do that?
Test 1: string conversion -> empty field
Test 2:string conversion with date format -> today : 21.03.2018
Test 3: string direct to the date property -> 01.02.2001

Thanks