How to select a date using date time picker control?

I am using Angular material date time picker control to select the date, how to select a particular date in UiPath ?

@skini76,

In case you missed to search our forum, follow this links where datePicker discussed already

  1. Datepicker issue
  2. How to pass variable into selector
  3. Many More…

Regards,
Dom :slight_smile:

3 Likes

@skini76 please did you solve a problem ?? I need to now how to select a date into calender

I am also using Angular material date time picker control to select the date, find the attached workflowdatepicker.xaml (11.9 KB)
I cannot upload the js file, hence pasted the content

Content of DateTimePicker.js

function(e,parameter) {
document.activeElement.value=parameter;
}

@skini76 what is the js file ? What’s the point

do I have to create a blank js file with this content

function(e,parameter) {
document.activeElement.value=parameter;
}

And, where should I put it (the location) !!

@skini76

I tested your workflow and it works fine
but how to choose a particular date (in your workflow it’s 14) !!

And please I want to select the date of yesterday, do you have an idea ?