two dates

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?

will see if i can fix this. The problem is that when you type the HH:mm it will make a new date on youre input.. It doesn’t look what the date was before.. so the date component will be default..