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?
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?
This is how UiPath are paste my date:
Hi @arthurfsantos11,
DateTime.ParseExact(yourdatestring, yourdateformat, CultureInfo.InvariantCulture).ToString(required date format)
Regards,
Arivu
Hello my Friend!
Where I paste this code?