tuanvinh1008
4 years agoContributor
Set value into DateTimePicker with wDate doesn't work
Hi all,
In my application, there are some DateTimePicker controls and I tried to use .wDate for setting value into that control but it doesn't work, nothing to fill this control. Do we have any other way to handle it? Here is my code
function Test1()
{
//Sets the date '14/01/2020' in the 'dateTimePicker' date/time picker.
Aliases.BPXXXX.BCValueDate.dateTimePicker.wDate = "14/01/2020";
}
thanks,
Vinh