Hi All,

Please help me out.
Can anybody tell me how to make DateField non editable in j2me polish.
here is my code...

ReceiptDate = new DateField("Receipt Date ", DateField.DATE);
cal1 = Calendar.getInstance();
cal1.set(Calendar.YEAR, 2012);
cal1.set(Calendar.MONTH, 0);
cal1.set(Calendar.DAY_OF_MONTH, 1);
ReceiptDate.setDate(cal1.getTime());