

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 Case 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







