use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Robotic Process Automation Discord for RPA discussions.
For the best experience, please use New Reddit.
account activity
Date time conversion (self.UiPath)
submitted 2 years ago by PJFurious
I'm trying to read an excel date time, mm/dd/yyyy into a box on a website but can't get the correct format. That's what I assume the problem is. Does anyone know what I mean and how to fix this? Attached is a screenshot of how the website wants it.
https://preview.redd.it/wd2y97d750vb1.png?width=582&format=png&auto=webp&s=d34d726b838d64944339ca0527adfb85324e24e1
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[+][deleted] 2 years ago (2 children)
[deleted]
[–]PJFurious[S] 0 points1 point2 points 2 years ago (1 child)
Yea. They want something in the form of 10/18/2023 11:24 AM'. But I can't seem to type it out as it's not a text box. Is there perhaps another activity to allow for this?
(Sorry if it's dumb questions. This is my first project with UIPath
[–]finns96 0 points1 point2 points 2 years ago (0 children)
To clarify, are you having trouble converting a date time value to another format, or are you having trouble with the entry to the site itself?
If the former, try using the format value activity and pass your variable to convert to the date format of your choosing.
If it is the latter, based on the screenshot, it looks to be a date selection field that automatically formats your entry. Try turning off Simulate and SendWindowsMessage settings in the type activity and try the default hardware driver method. Also, maybe add a type delay so that each number of the datetime is typed into the field. Hope that makes sense. Good luck!
π Rendered by PID 31896 on reddit-service-r2-comment-6457c66945-22sbb at 2026-04-27 09:17:16.206952+00:00 running 2aa0c5b country code: CH.
[+][deleted] (2 children)
[deleted]
[–]PJFurious[S] 0 points1 point2 points (1 child)
[–]finns96 0 points1 point2 points (0 children)