Workspace 6.21.5
|
Outputs the current time as a string, formatted in a user-specified way.
Inputs: | |||
---|---|---|---|
Format | QString | Controls the format of the date string (Value) output. The allowed symbols are as follows: h, hh (hour with leading zero), m, mm (minutes with leading zero), s, ss (seconds with leading zero), z, zzz (milliseconds with leading zero), AP (AM / PM), ap (am / pm). Example string: hh:mm:ss-zzz ap | |
Outputs: | |||
Value | QString | ||
Value (in Date/Time format) | QDateTime |