> For the complete documentation index, see [llms.txt](https://docs.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.docbits.com/administration-and-setup/workflow/cards-overview/and/date-and-time/today.md).

# Today

<figure><img src="/files/qG7hytH9dNKu4eSwdyvH" alt="" width="563"><figcaption></figcaption></figure>

## **Purpose:**

This DocBits card compares today's date to a specified date, allowing workflows to execute based on the relationship between the current date and the provided date. It is particularly useful for time-based automation, deadline management, or triggering scheduled tasks.

## **Functionality:**

* **Date Comparison:** This card evaluates today's date against a specified date using the following conditions:
  * **Equals (=):** Checks if today's date matches the specified date.
  * **Not Equals (≠):** Ensures today's date is different from the specified date.
  * **Greater Than (>):** Confirms that today's date is after the specified date.
  * **Greater or Equals (≥):** Ensures today's date is on or after the specified date.
  * **Lesser Than (<):** Checks if today's date is before the specified date.
  * **Less or Equals (≤):** Ensures today's date is on or before the specified date.
* **Date Input:** Users provide the date to compare against today's date.

## **Usage:**

This card is ideal for workflows involving deadlines, reminders, or time-sensitive conditions, ensuring actions are taken or restricted based on the current date.

## **Example Scenario:**

* A user configures the card to check if **today is greater than (>) "2024-11-15"**. If the condition is met, the workflow triggers a follow-up notification for overdue tasks. If not, the workflow continues without interruption.

By using the "Today's Date Validation" card, organizations can automate time-based processes, meet deadlines efficiently, and maintain workflow accuracy.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.docbits.com/administration-and-setup/workflow/cards-overview/and/date-and-time/today.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
