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

