How to select a date in a .net application

Hi, I am working on a .net application and need to enter the date in a field there. Other than clicking on the calendar element to the desired date, is there a way to directly change the value of that field to the date as required?

@shabbir

Welcome to the UIPath Community.

Manually are you able to type the data without using that Calendar element ?

If yes then you can do it either using Type Into or Set Text activity.

No, The date can only be selected from the calendar widget.