DateField

I have a DateField created as follows:

DateField _weekField = new DateField("Week of",DateField.DATE);

The J2MEWTK displays the date selection screen with todays calendar date. This is the expected behavior.

On the PalmOS the selection screen is set to Jan 1, 1970...

How can I fix this?

Thanks,

Travis J. Dunbar

[362 byte] By [tbone317] at [2007-9-26 3:08:46]
# 1
Hi,maybe it's best to set the Date to a default value like_weekfield.setDate(java.util.Calendar.getInstance().getTime());. Yours,Steve
krausest1 at 2007-6-29 11:13:53 > top of Java-index,Java Mobility Forums,Java ME Technologies...