Date Format
Both date place types accept adate_format property that controls how the date is rendered. Use Moment.js format syntax.
The default format is D MMM YYYY, which renders as 31 Dec 2025.
Common formats:
| Format string | Example output |
|---|---|
D MMM YYYY | 31 Dec 2025 |
YYYY-MM-DD | 2025-12-31 |
MM/DD/YYYY | 12/31/2025 |
MMMM D, YYYY | December 31, 2025 |
DD/MM/YYYY HH:mm | 31/12/2025 14:30 |
Recipient Completed Date
A recipient completed date place records the date and time when the specific recipient identified byrecipient_key completed their action on the envelope.
Example
Attributes
Specifies the type of place.For this kind of place, the value must be
recipient_completed_date.A unique identifier for this place within the document. Use this key to match the place to its position, either through a
[[place_key]] placeholder in the document or an entry in fixed_positions.Must start with a lowercase letter and contain only lowercase letters, numbers, and underscores. Maximum 32 characters.The key of the recipient assigned to this place. Must match one of the
key values in the envelope’s recipients array.The date and time format using Moment.js syntax. Common formats include
D MMM YYYY (31 Dec 2025), YYYY-MM-DD (2025-12-31), and MM/DD/YYYY (12/31/2025).Defaults to D MMM YYYY.The font size in . Must be between 1 and 144. Defaults to 12.
Envelope Completed Date
An envelope completed date place records the date and time when the entire envelope was completed, meaning all recipients have finished their actions. This place type does not require arecipient_key because it applies to the envelope as a whole.
Example
Attributes
Specifies the type of place.For this kind of place, the value must be
envelope_completed_date.A unique identifier for this place within the document. Use this key to match the place to its position, either through a
[[place_key]] placeholder in the document or an entry in fixed_positions.Must start with a lowercase letter and contain only lowercase letters, numbers, and underscores. Maximum 32 characters.The date and time format using Moment.js syntax. Common formats include
D MMM YYYY (31 Dec 2025), YYYY-MM-DD (2025-12-31), and MM/DD/YYYY (12/31/2025).Defaults to D MMM YYYY.The font size in . Must be between 1 and 144. Defaults to 12.