Table of Contents

Date Picker

dpic


Enables editing a date using a Date Picker component.


Max Value Query

Specifies a SQL query returning the highest allowed date that the user can enter or select.

Note

The returned value must be of a date data type, not a string.*

Min Value Query

Specifies a SQL query returning the lowest allowed date that the user can enter or select.

Note

The returned value must be of a date data type, not a string.*

Example

SELECT CAST('20150101' AS datetime)

Selected Value Query

Specifies a query returning the initial value of the Date Picker.

Note

The returned value must be of a date data type, not a string.*

Save Data Expression

Specifies the Data Query used for saving data. The query must handle both insertion of a new row and updating an existing one.