Localization
Timestamp Formats
In addition to time zones, you can customize the timestamps in the deliverables sent to your customers.
You can define a default date and time format in the Settings section of the dashboard. It is also possible to override the default timestamp format for individual envelopes by setting the timestamp_format
parameter when creating the envelope.
To define the timestamp format, you use the following tokens:
Token | Description |
---|---|
YYYY | Year |
MM | Month |
DD | Day |
HH | Hour in 24-hour format |
hh | Hour in 12-hour format |
mm | Minutes |
ss | Seconds |
For separators, you can use the following options for dates: / (slash)
, - (dash)
, . (period)
, (space)
, and the following for time: : (colon)
, . (period)
.
These examples are valid timestamp_format
values:
Timestamp format | Example |
---|---|
MM/DD/YYYY hh:mm:ss | 12/31/2025 11:59:59 PM |
DD/MM/YYYY HH:mm:ss | 31/12/2025 23:59:59 |
YYYY-MM-DD HH:mm:ss | 2025-12-31 23:59:59 |
DD.MM.YYYY HH.mm.ss | 31.12.2025 23.59.59 |
Was this page helpful?