Our Effective Date comes across through integrated payload as: 2024-10-01
We are looking to reformat this in the output document to October 1, 2024
How could we go about doing this?
TIA!!
Our Effective Date comes across through integrated payload as: 2024-10-01
We are looking to reformat this in the output document to October 1, 2024
How could we go about doing this?
TIA!!
Best answer by Pawan Gangwani
Hello
I hope you are doing great. To convert the effective date, will be in workflow and for which you will need the C# code.
Code:
DateTime EffeciveDate = DateTime.Parse(GetVariableValue("Effective_Date"));
string c = (EffectiveDate).ToString("MMMM-dd-yyyy");
return c;
Thanks! Keep me on radar if you need further info.
Already have an account? Login
Join the Docusign Community by logging in with your Docusign developer or customer account credentials.
Don’t have an account? You can create a free one when registering.
Note: Partner-specific logins are not available yet. Partners should log in as either a customer or developer
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.