Fields
Date Field
The Date Field allows for capturing a specific date.
The dates are in ISO 8601 format.
Basic usage
Adds a date
field to the fields of an action.
Result
The field will be displayed as a date picker in the form, as below:
The resultant data will be available in the stubpost.data
as:
This can be substituted with eg. ~~stubpost.data.employee_start_date
where required.
Parameters
See fields for common field parameters like validation and conditional rendering.