Hi,
I can´t get time value from a datefield.
The user change the value on the datefield, but the new value never set to the component.
What I really want to do, is to save the new value (seting by the user) in a rms file.
I have test about 3 examples, but they doesn´t work either.
I use midp 1.0, Serie 60 (Nokia 3620)
I try with this
Date date = datefield.getDate();
Calendar cal = Calendar.getInstance();
cal.setTime(date);
Can anyone help me ?
Thanks

Reply With Quote

