fairly certain you can work around it. If you launch studio - do this:
Start BP
BEFORE login click 'Change language'
select 'Using Windows locale settings'
Click 'Change and continue'
Depending on BP version - that's it, it will use locale date format.
For a runtime resource - start it with something like this: @echo off powershell Set-Culture -CultureInfo zz-YY
start "" "C:\Program Files\Blue Prism Limited\Blue Prism Automate\Automate.exe" /resourcepc ........<...>.....
Due to a company requirement I already have the UK settings. But my data usually comes in format yyyyMMdd so I have no use for the ToDate() when I want to keep this order but only want to change the formatting. Allowing you to choose the target format would make the ToDate() very handy indeed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.