Date
Date is a Data Type that allows for the entry or selection of a date. In addition to being added as an extrinsic field, there are a number of intrinsic date fields.Creating a Date data type:
To create a Date data type:
|
{ DateAttributeStepConfig: {
UsePicker: true,
MinDate: null,
MaxDate: null,
Tooltip: "Format mm/dd/yyyy",
AllowTextEntry: true,
ShowIcon: true,
OpenOnFocus: true,
ChangeMonth: true,
ChangeYear: true,
YearRange: "c-10:c+10"
}
}
|
Date Entry Formatting
See also
![]() | |