
Data Item: Datetime-Type
Displays a field for entering the date and a field for hours and minutes, and stores the date and time entered.
Capture
Settings Screen

Input Screen
Notes
- There are no format options; all Datetime data will be stored in the format YYYY-MM-DD hh:mm
- To input / edit data items, the editing authority in the task must be set to “Editable”
- On the Task Operating form, in addition to the direct input field, (calendar input), (time select), (now), (clear) buttons are displayed
- A number that can be entered as a year is between 1900 and 2100
- Can be used for events that are required at a specific time of day such as automatically transmitting emails at a specified time
- [Update Data] can update Datetime-type Data Items with Process data automatically (R2271)
- It is also possible to specify the format then output to a String-type Data Item (R2272)
- {#format(#q_datetime, ‘dd/MM/yyyy HH:mm (E)’)}
=> 30/04/2020 12:34 (Thu)
- {#format(#q_datetime, ‘dd/MM/yyyy HH:mm (E)’)}
- It is also possible to specify the format then output to a String-type Data Item (R2272)
See also
- Tutorial: Design a User-Friendly Input Form
- R2053: Format of the Dynamic Initial Value
- R2131: HTML Tags Available for Operation Form
- R2271: Output of Date and Datetime Data via EL syntax
- R2272: Output of Strings via EL syntax
- M202: Set the Deadline for Each Step
- M205: Business Data Items
- M206: Mandatory Check and Input Format Check on Each Data Item
- M207: Setting Initial Values of Data Items
- M213: Guidance Descriptions on the Operating Screen (HTML/JavaScript)
- M223: Automatically Sleep for a Specified Period During A Process
- BPMN Icons:Timer Intermediate Event
- BPMN Icons: Google Calendar: Insert Event
- Download: Two Datetimes, Calculate Duration
Pingback: Converter: Timestamp-Number to Datetime – Questetra Support