I want my form to have format of “DD ‘DAY OF’ MMMM YYYY” for my document. However, doing this format, I cannot get my date attribute to appear correctly. I have tried to make my variable both a date and text and have tried the formatted and unformatted version of my form field, but no luck. Any tips?
Solved
Date - Form vs. Attribute

Best answer by Jim.Woolsey
Hey
Thank you for your question. One option you have is to use a custom expression (Screenshot below) to convert your date variable to dd/mm/yyyy.
Expression: Convert.ToDateTime(GetVariableValue("YOURVARIABLE")).ToString("MM/dd/yyyy");
Example:


Thank you, hopefully this is helpful.
Jim
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Sign up
Already have an account? Login
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
Customer Login/Registration Developer Login/RegistrationJoin 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
Docusign Community
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
Customer Login/Registration Developer Login/RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.