Currently we are testing on datetime format structures. What we would like to do is we made an activity get text from PDF and convert to datetime format to fill up in the form.
Get Text value To Convert format
4-Feb-2020 dd.mm.yyyy
Let us know any suggestion or resolution from your end. Many thanks.
Create a Variable which is string and assign the date value (Eg: workdayString)
Create another Variable which is DateTime (Eg: workday)and assign as below convert.ToDateTime(workdayString)
Use the workdayString variable and assign like below workday.ToString("dd.MM.yyyy")