Hi,
My OCR text is in dd/mm/yyyy format where as my WF server Regional setting is mm/dd/yyyy.
I have used the Regular expression \d{2}\/\d{2}\/\d{4} to extract the date formatted the the token as
dd/MMM/yyyy
if my ocred date is 10/06/2017 then its returning the value as 06/Oct/2017 instead of 10/Jun/2017
and if the date is 28/06/2017 then nothing is showing. if change the Regional settings to dd/mm/yyyy then it works as expected.
Please help me to fix the issue without changing the Regional settings Date change