LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

select date

Solved!
Go to solution

Hi,

 

We have 'Select Date' control in the Front panel control pallete, when we click on that "Set time and Date" windows opens up,

 

Is there any way to call the "Set time and Date" window without using the Select date control.

 

Thanks and Regards

Rohith M P

0 Kudos
Message 1 of 4
(5,031 Views)

You could of course make your own window with a calendar but that would be a waste of time.

And you always need a control so that the user can call that window.

You also need a control to store the DateTime selected by the user.

The Time Stamp control does all that for you Smiley Wink

 

What boders you in the Time Stamp control anyway?

Is it the box with the numerical DateTime information?

 

Then you could move that box outside the user interface and keep only the button with calendar & clock.

That's a nice button don't you think so? Smiley Very Happy

 

Is this an answer to your question?

If not, please specify how you want to pop up the "Set date and time" window and store the DateTime selected by the user.

0 Kudos
Message 2 of 4
(5,023 Views)

Hello,

 

Thanks for this input. THis obviously answered my question. Smiley Very Happy

 

But for my knowledge i wanted to know where in the LabVIEW directory the "Set time and Date" shall be available.

 

Thanks

0 Kudos
Message 3 of 4
(5,018 Views)
Solution
Accepted by topic author cancancanopen

@cancancanopen wrote:

But for my knowledge i wanted to know where in the LabVIEW directory the "Set time and Date" shall be available.


The VI is called "picktime.vi" and it's found in the "<labview>\resource\dialog" directory.

Message 4 of 4
(4,991 Views)