There's a control name "Time Stamp Control". It includes a button which causes a calendar to appear if it is clicked.
Thomas
Using LV8.0 -------------------------------------------------------------------- Don't be afraid to rate a good answer... 😉 --------------------------------------------------------------------
How can I disable the seconds (work only with hours and minutes)?,on the numeric display I just changed the precision but when you press the calendar button to choose a date it shows the clendar with the seconds.
On the calendar unfortunately you can't change the format.
Using LV8.0 -------------------------------------------------------------------- Don't be afraid to rate a good answer... 😉 --------------------------------------------------------------------
Put an activex control on your front panel. Right click on the control and insert an activex object. My computer had a Microsoft Date&Time picker control and a Microsoft MonthView control.
Wire the terminal (which is an activeX reference) to a property node. Select the property "value" and use the variant to data-function to convert it to a string.
Hope this helps.
Thomas
Using LV8.0 -------------------------------------------------------------------- Don't be afraid to rate a good answer... 😉 --------------------------------------------------------------------