I have two of the same date-fields on a form (same dataprovider)
one datefield has the format: dd-MM-yyyy
and the other has the format: HH:mm
I type in the first field: 01-01-2004
and type in the next field: 12:15
Now the first field has changed the date to 01-01-1970
I know that if you only use the time-component this is handy, that the datecomponent is set to zero, but can it be changed that if you use both fields twice, in a way as described above, that this works?