Hello, I'm a DNN beginner. I am currently building a module in which I can display statistics. The statistic is from Chartjs. For this statistic I would like to implement filters. These filters should be datepickers. As UI element I have now included a textbox with TextMode='Date'. But currently I have problems to set the default value of this field. The default value should be 01.01. of the current year. I have already tried to set the value via C# server side. Unfortunately without success. I also tried to set the value on the client side via JavaScript. Unfortunately also without success. Currently the value dd.mm.yyyy is in the textfield as string. How can I change this?