Time Presentation from AC800M to 800xA
Hi,
I have an application variable in TIME format at AC800M and want this variable to 800xA in the representation d : h : m : s Insert . How can this be done ? Is there a finished presentation ? Is it possible to hide the elements that are 0 ? Thanks in advance for any help .
Yours sincerely
nola2k
Voted best answer
Hi,
If your variable/parameter is of date_and_time data type, then for example on Label or text field, tyoe this
FormatDateTime("T", "en-GB", varDate)
You will get the time format in HH:MI:SS" format. For more formatting options, check Date Time format strings in online help.
Answers
Hello,
You can use inputfield element in graphic display with datatype as date & time.
Hi,
You may also use FormatDateTime function to format it in the desired format.
Add new comment