Skip to main content

Date Time

Properties | Events | Methods

DateTime combines date and time into one value, marking a specific moment with day, month, year, and exact time.

Properties

Appearance

Width

'ctrlwidth' number Defines the width of the input text box.

Placeholder

'placeholder' string Default text display in textbox.

Label on Disable

'lable on disable' boolean Control's label is visible when disabled.

Custom

Allow Future Date

'allow future date' boolean Used to allow the future date.

Allow Back Date

'allow back date' boolean To add or edit the backdate.

Text Alignment

'textalign' string Specifies how the text should be aligned within the control (e.g., Left, Right)

Strict Mode

'strict mode' boolean The date input must be valid and match the expected format.

Calendar Mode

'calendarmode' boolean Used to allow the calendar mode as Default (Gregorian) or Islamic (Hijri)

Data

Min Date

'min date' date Assign minimum value for this control.

Max Date

'max date' date Assign maximum value for this control.

Others

Exclude Clone

'exclude clone' boolean Disable Clone functionality.

Language

string Properties related to localization and language-specific display.

Show In Popup

string It allows a screen, form, or section to open in a small popup window on top of the current page.

Methods

For more information on Methods in this section, see the General-Methods.

Events

Applicable events is On change (Onchange)