Date
Overview
The Date control type allows you to select a date from a calandar or enter one manually.
Menu Closed | Menu Open |
---|---|
![]() |
![]() |
Required Fields
-
Name: The name of the field saved to the database.
-
Type: Must be set to
System.DateTimeOffset
. -
ControlType: Must be set to
Date
.
Optional Fields
-
CustomIndex: Settings for one or more indexes to create on the database that include this column.
-
DefaultValue: Value to show before anything has been entered. Also supports special value
now
which will show the current date. -
Description: Optional further details about the field.
-
DisplayName: The name that will be shown for the field above the input box. This can be any string. If no DisplayName is provided, Name will be shown.
-
Group: The layout group position for this control.
-
UniqueConstraint (deprecated)
-
UniqueConstraintScopeToParent (deprecated)