I've searched SO, but could't get the answer. I use a DateTimePicker on a WinForms dialog and specify a custom format: dd.MM.yyyy HH:mm:ss
. But DateTimePicker doesn't show the seconds, it always shows 00
for them. Even if I type e.g. "15" seconds, the value is correct but it's shown wrong.
What did I do wrong?