LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert Number to Date/Time Format

I want to convert my Number to Date/Time format. When i use the Time Stamp indicator it shows 03:00:00:00,  how i can eliminate this 03 from the Date/Time indicator to show accurate date/time since my value is True.
0 Kudos
Message 1 of 2
(3,206 Views)
Hi M_Atif,

the time indicator is using absolute time. The value '0' is displayed as 1.1.1904 HH:00:00, where HH is using your time zone settings...

Better use a simple numeric indicator and use 'relative time' as display format like in attachment!
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(3,203 Views)