Hi,

I am using the DTPicker and not concentrating much on the regional settings of the system for the Date format.

I am using the following code right now for the dtpicker..

Code:

DTPToday.Format = dtpCustom
DTPToday.CustomFormat = Format(DTPToday.Value, "dd/mm/yy")
The problem is that the DTPicker does not allow the user to edit and does not show the selected date from the drop down calendar, the dtpicker is disabled...

Can anyone please help me to solve this problem.......

Thanks in advance..