You can use the DateTimeInput componentto format the display and input of dates and times. You can also use a calendar, optionally specify an earliest and latest date and week numbers.
Properties
|
Type |
Name |
Description |
|---|---|---|
|
BOOLEAN |
Visibility |
Indicates whether the component is visible. |
|
INPUT |
Editable |
Indicates whether the component is editable. |
|
INPUT |
Class |
Specifies additional CSS classes of the components. |
|
INPUT |
Label |
Specifies the name of the component. |
|
INPUT |
Placeholder |
Is a placeholder in the input field. |
|
SELECT |
Input Type |
Specifies the type of input field:
|
|
INPUT |
Prepend |
Specifies the value that precedes the input field on the left. |
|
INPUT |
Append |
Specifies the value that is inserted to the right after the input field. |
|
SELECT |
show weeks numbers |
Determines whether a week number (calendar week) is displayed. |
|
TEXT |
earliest date |
Specifies the earliest calendar date so that no earlier date can be selected. |
|
TEXT |
latest date |
Specifies the latest calendar date so that no later date can be selected. |
|
SELECT |
io format |
Specifies the format of the data when the values are queried (default\GetValue) or set (default\SetValue). |
|
SELECT |
display format |
Specifies the format for displaying and entering data by the user. |