Hi
@Nilesh Jadhav,
Thanks for kind support. I tried CDate in VBA but it is giving error something related to date format. So what I have done is I've created an reusable action in the object to convert. So that next requirement we can use this.
Inputs:-
1. Date in text type
2. Text Date format ( it can be DD.MM.YYYY (or) MM.DD.YYYY (or) any format which should have DD , MM, YYYY )
Logic:-
1. Dynamically split Text date into DD, MM, YYYY text variables based on the format.
2. Use MakeDate() to combine into the Output Date field
Output:-
1. Date in BP Date data type
------------------------------
Praveen Chitturi
------------------------------
Praveen Chitturi