Fields
Date Field
Captures a calendar date in an action form. Useful for due dates, appointments, deadlines, reminders, and schedule-related workflows.
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.