No Default Date in SWT DateTime
datetime, java, swt, user-interface
Solution
The SWT DateTime control does not support this at all.
I recommend CalendarCombo from the Eclipse Nebula project.
Problem
I'm using a SWT DateTime component. It sets the current date as a default selection, when instanciated. How can i prevent this? I want that no date is selected at all... Thanks Patrick