DateTime

Select both a date and time

Specs

LabelValue

Version

0.1.0 (updated on 2021-09-14)

Developer

Labii Inc.

Type

Column

Support Configuration

Yes

Support Readonly view

Yes

Support Edit view

Yes

Support Form view

Yes

Support Default value

Yes

Support Import

Yes

Allow multiple

Yes

Overview

The Labii DateTime widget is a efficient tool that empowers users to effortlessly select both a date and time for various applications. With its intuitive and customizable interface, this widget simplifies the process of setting precise date and time combinations, making it ideal for scheduling events, appointments, and other time-sensitive tasks. Users can seamlessly choose the date and time that best suits their needs, ensuring accuracy and convenience. Labii DateTime widget enhances the user experience by providing a seamless and user-friendly way to manage date and time selections, allowing for precise scheduling and planning with ease.

Use case

  1. Use this widget to set the date time of a event.

Configuration

The widget will function without additional setup, but you have the option to utilize the configuration for date time format customization.

Examples:

{
    "format": "YYYY-MM-DD HH:mm:ss"
}

Views

See the interface of the widget in the following views.

Readonly view

Readonly view display the values of the column.

Edit view

The Edit view is the interface that allows you to modify the value.

Form view

The Form view is the field integrated into the add form for collecting values when creating a new record.

The Form view is same as the Edit view.

Data

Each widget in Labii stores data in a unique manner; refer below to understand how data from this widget is stored.

Data format

JSON

{
    "date": "2018-01-01",
    "time": "10:23"
}

Default value

The Default Value field within the column allows you to specify the default value when a record is created.

Default value shall be the json with the keys of date and time.

Import value

The Import Value is the value you need to include in your Excel table for it to be imported into Labii.

Import value shall be the json with the keys of date and time.

Last updated