I am using Angular material date time picker control to select the date, how to select a particular date in UiPath ?
In case you missed to search our forum, follow this links where datePicker discussed already
Regards,
Dom
@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) !!
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 ?