Fields
DateTime Field
The DateTime Field allows for capturing a specific point in time, including both the date and time.
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 parameters.