When I set the Date "01 / 01 / 1500" in a DateField
The Result of MY code
The Result is 22/12/1499 which is 10 days before.Code:InputDate = dateField.getDate(); stringItem1.setText(InputDate.toString());
It does thae same for any Date before 1/1/1583
how can I get the correct Entered Date.

Reply With Quote

