# DateTime

## Overview

The "Datetime" type of widgets are essential components in Labii, designed to handle a wide range of data-related date and time functionalities. These widgets empower developers to manage and manipulate date and time information seamlessly within their applications, providing tools for input, display, and manipulation of timestamps, calendars, and durations. With features like date pickers, time selectors, and various formatting options, datetime widgets enable the user-friendly input and presentation of date and time data, facilitating tasks such as scheduling, event management, and data analysis. Their adaptability and precision make them indispensable for creating applications that rely on accurate and user-friendly time-related functionality.

## Widgets

* [Date](/widgets/column-widgets/form/datetime/date.md) - Easily and accurately input dates
* [Time](/widgets/column-widgets/form/datetime/time.md) - Streamlined time selection
* [DateTime](/widgets/column-widgets/form/datetime/datetime.md) - Select both a date and time
* [Appointment](/widgets/column-widgets/form/datetime/appointment.md) - Efficiently schedule and manage appointments
* [Time Slot](/widgets/column-widgets/form/datetime/time-slot.md) - Select one or more available time slots
* [TimeStamp](/widgets/column-widgets/form/datetime/timestamp.md) - Capture the current timestamp
* [Timezone](/widgets/column-widgets/form/datetime/timezone.md) - Display the current time in a specific timezone
* [TimeSeal](https://github.com/Labii/labii-gitbook-docs/blob/gitbook/widgets/column-widgets/form/datetime/broken-reference/README.md) - Provide signature and timestamp of specific activities


---

# Agent Instructions: 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:

```
GET https://docs.labii.com/widgets/column-widgets/form/datetime.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
