Issue in UtcDateTimeEdit field in ax

when i add the utcDatetimeEdit is added in form to pick date…when i run form it wont display the datePicker…It simply show time alone??How can i fix it??

How did you add it?

Right click on form Design and add the UtcDateTimeEdit

because is the default value:
null date : time 0 <–12:00

wat shall ido??

what do you need?

if you set this code on your init method of form you 'll get current date time

public void init()
{
super();

yourcontrol.dateTimeValue(DateTimeUtil::getSystemDateTime());
}

I need only datepicker to display…No need time… for that what shall i do??

if you only need date you have two options

set displayoption propertie of control to date

or

add a dateedit control not utcdatetime

hey thank u… XBB…But one problem when the first tile run it shows the datepickerBox…When the Second Time run that DatePicker Box is disapperr??what the reason??

I’m sorry I don’t understand.

hey when i run the form it wont show that datepicker