Skip to content

Date Picker: Reference

Reference for Date Picker in Web Framework References. Key properties: ID, Name, Static Value, Theme.

The most advanced date/date range picker with time picker. When creating advanced booking forms you need full control of the date and time selection, ranges and validation. With App Connect Date Picker 2 you can allow the user to pick from single date to a full range, complying to your wishes.

Inspector Property Groups

Date Picker Properties

Property Type Details
IDtextOptional unique identifier for this element.
Sets the element's id attribute. Keep IDs unique per page (useful for anchors, label for targets, and JavaScript hooks). Bootstrap docs: Introduction
Required in common setups.
Attribute: id
NametextHTML name attribute.
Sets the control name . This is used as the field key in form submissions and is essential for classic post submissions and many server-side handlers. Bootstrap docs: Forms overview
Required in common setups.
Attribute: name
Static ValuedateInitial/default value.
Sets the control initial value. For App Connect, you often bind values reactively instead of hardcoding them. Bootstrap docs: Form control
Attribute: value
Themedroplist 
Highlightdroplist 
Min DatedateAttribute: mindate

Time Picker

Property Type Details
Time PickerbooleanAttribute: timepicker

Invalid Dates

Property Type Details
Data SourcetextAttribute: dmx-bind:invaliddates
Supports dynamic option sources.
Start Date FieldtextAttribute: invaliddates-start
Supports dynamic option sources.
End Date FieldtextAttribute: invaliddates-end
Supports dynamic option sources.

Custom Dates

Property Type Details
Data SourcetextAttribute: dmx-bind:customdates
Supports dynamic option sources.
Start Date FieldtextAttribute: customdates-start
Supports dynamic option sources.
End Date FieldtextAttribute: customdates-end
Supports dynamic option sources.
Class FieldtextAttribute: customdates-class
Supports dynamic option sources.
Use Custom Dates OnlybooleanAttribute: customonly

Localization

Property Type Details
Week LabeltextAttribute: weeklabel
Apply LabeltextAttribute: applylabel
Cancel LabeltextAttribute: cancellabel

Actions

Set Value

Set Value of the input

Configuration group Controls
Set Value PropertiesValue

Disable

Disable of the input

Configuration group Controls
Disable PropertiesValue

Validate

Validate the input

Focus

Focus the input

Dynamic Attributes

Start Date

Attribute property Type Details
Value:textChoose dynamic data binding.

End Date

Attribute property Type Details
Value:textChoose dynamic data binding.

Min Year

Attribute property Type Details
Value:textChoose dynamic data binding.

Max Year

Attribute property Type Details
Value:textChoose dynamic data binding.

Min Date

Attribute property Type Details
Value:textChoose dynamic data binding.

Dynamic Events

Show

Event option Type Details
Action:textChoose the action to execute.

Hide

Event option Type Details
Action:textChoose the action to execute.

Apply

Event option Type Details
Action:textChoose the action to execute.

Cancel

Event option Type Details
Action:textChoose the action to execute.