How to display date in UIPath?

Hi

I have a workflow which will prompt the user for the date. The user manually enters the date in the specified format. I have added a screenshot below.

I want to display the calendar in a dropdown option where the user can just select a date with a single click.
Is there any activity in Ui path for this functionality?

date%20input

Thanks

@abdul.hakeem.siraj,

Try with UiPath.Forms.Activities, where you can design your own form with controls to display user.

As of now uipath has only UiPath Forms to display custom actions

apart this you can do you custom code using HTML code and you can always get the input from user

Thanks