Available Tokens
You can use any separator between tokens — slashes, dashes, dots, spaces, commas, or any other character.
Format Examples
All examples below use the date January 7, 2025 as reference.Numeric Formats
Named Month Formats
Other Combinations
Localization
Month names (MMMM and MMM) are automatically localized based on the Signer Language setting on your automation. For example, if the signer language is set to German:
How to Set the Date Format
- Open your automation
- Open the E-Signing card in the automation editor
- Under E-Signature, find the Date Format field
- Enter your desired format using the tokens above
- The format saves automatically
The default format is
MM/DD/YYYY. You can change it to any combination of the tokens listed above.Tips
- For legal/compliance documents: Use named month formats like
DD-MMM-YYYY(07-Jan-2025) orMMMM DD, YYYY(January 07, 2025) to avoid ambiguity between US and European date conventions. - For international documents:
YYYY-MM-DD(ISO 8601) is universally unambiguous. - Leading zeros: Use
DDandMMfor consistent widths with leading zeros, orDandMfor compact dates without them.