TypeInto Date on Format MM / yyyy

Hello Guys!

I Need copy one date column on Excel (are in format MM / yyyy), but, when uipath paste this date with command TypeText, the date are paste on format " MM / dd / yyyy hh:mm:ss".

U can help me?

image

This is how UiPath are paste my date:

image

1 Like

Hi @arthurfsantos11,

DateTime.ParseExact(yourdatestring, yourdateformat, CultureInfo.InvariantCulture).ToString(required date format)

Regards,
Arivu

1 Like

Hello my Friend!

Where I paste this code?

1 Like