Sarath
(Sarath S A)
July 17, 2018, 7:06am
1
Hi All,
Note: [URGENT]
I am facing an issue with the Excel Read Range activity, When the activity is used it converts the excel date in mm/dd/yyyy format to mm/dd/yyyy
I think UiPath is using the default date culture “en-US”, is there a way to override the format to “en-GB”
loginerror
(Maciej Kuźmicz)
July 17, 2018, 7:28am
2
Hi @Sarath
I hope you can find enough info to convert the value to the desired one over here:
I’ve spent a huge number of hours over the past few days trying to get to grips with the unimaginable complexity of DateTime conversion from strings and understanding string operators for a really simple application - but failed! The generic Dot Net Web site is unhelpfully technical, full of jargon that, to a non-programmer, is unintelligible, and not specific to UiPath. The UiPath reference guidance is woefully inadequate.
It’s clear to me that a comprehensive UiPath reference document is need…
1 Like
Sarath
(Sarath S A)
July 17, 2018, 7:32am
3
I am unable to convert any dates as i want the whole table;
if am to convert i need to convert separately as dates below 12th of the month and > 12th of the month.
My problem is the dates in excel is in format dd/mm/yyyy but when uipath reads it it converts it to mm/dd/yyyy for all the dates below 12th of the month.
since i believe it is using a en-US culture inside the read range activity.
1 Like
qt1211
(Alex)
October 15, 2018, 4:26am
4
I’m having the same problem. Have you found a way to solve this? Thank you.
These links aren’t much use to us. We’d need to do a for each row (often unwieldy) and reformat each cell.
You can use a for each row in datatable activity, and update the date format value with an assign activity