LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ring or combo box control of date

Hi, I am developing a GUI with ring or combo box indicating possible date, i.e., month, day, and year. Or is there a way to create multiple items ran sequentially in a ring or combo box control.
 
the time stamp is alright, but can't get rid of the current time display in the set time and date dialogue . thanks alot.
0 Kudos
Message 1 of 2
(2,772 Views)
Hi rookieprgmer,
 
You will have to format the date into a string to create a ring that contains all the data for the month, date and year. One method for separating the date from a timestamp is to use the Get Date/Time String. You could then take the date string and use it in the ring or combo box. Attached is an example of how to use that function.
 
What do you mean by running multiple items simultaneously in a ring or combo box?
 
Hopefully I covered what you were asking about.
Sappster
0 Kudos
Message 2 of 2
(2,727 Views)