Fields
DateTime Field
Captures a specific date and time in an action form. Useful for appointments, time-sensitive events, deadlines, and scheduling automation.
The dates are in ISO 8601 format.
Basic usage
Adds a datetime field to the fields of an action.
Result
The field will be displayed as a date time 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.