Blog -> News

What's The Perfect Date?

You can now customize date formats in SignatureAPI for clarity, consistency, and global compatibility.

Abstract colorful image

“What's the perfect date?” Some might say, "April 25th—because it’s not too hot, not too cold, and all you need is a light jacket." But when it comes to date formats, there's no one-size-fits-all. Depending on where you are in the world, your ideal date format might look very different. That's why SignatureAPI is thrilled to introduce our newest feature: customizable date formats and account default date settings.

Introducing Customizable Date Formats

In the world of electronic signatures, precision and clarity are crucial. We understand that date formats can cause confusion, especially in a global context. Whether you prefer the American MM/DD/YYYY, the European DD/MM/YYYY, or the ISO standard YYYY-MM-DD, SignatureAPI now lets you tailor date formats to your needs.

Why Customizable Date Formats Matter

Why should you care about customizing date formats? Here’s why:

  1. Clarity and Precision: Avoid misunderstandings and errors by using a date format that is familiar and intuitive to you and your clients.
  2. Consistency: Ensure uniformity across all your documents and processes, crucial for maintaining professional standards and legal compliance.
  3. Global Compatibility: If your business operates internationally, adapting to different regional date formats can significantly enhance communication and customer satisfaction.

What the New Feature Includes

Our new customizable date format feature is designed with user-friendliness in mind. Here’s a breakdown of what you can expect:

Envelope-level Date Formats

You can now set a date format at the envelope level via the timestamp_format property. For example, the following JSON creates an envelope with the American date format (MM/DD/YYYY) and a 12-hour clock time format (e.g., 11:00:00 AM).

{
    "title": "Dummy Consent",
    "timestamp_format": "MM/DD/YYYY hh:mm:ss",
    "documents": [
        {
            "url": "https://pub-e5051420e98a4fdfb3fd42a62fbf06fa.r2.dev/five-fingers.pdf"
        }
    ],
    "recipients": [
        {
            "type": "signer",
            "key": "human",
            "name": "John Doe",
            "email": "john@example.com"
        }
    ]
}

You can see more examples and formats in the SignatureAPI documentation.

Account Default Date Formats

You can also set an account-wide default date format to ensure consistency. Once set, envelopes will use this date format unless a different format is specified via the timestamp_format property. You can easily do this in the Dashboard, in the Settings page:

Let’s Make Every Date, Well, Perfect

At SignatureAPI, we believe in continuous improvement and listening to our users. The introduction of customizable date formats is just one step toward making our platform even more flexible and user-centric. We are excited about the enhanced clarity and convenience this feature brings, and we can't wait for you to experience it.

Explore the new customizable date formats today and see how they can simplify your workflow, improve accuracy, and enhance your overall experience with SignatureAPI. Join us in this journey of innovation and make every date perfect.

Created -> 2024-05-02
Tags -> News