Search the Community
Showing results for tags 'date'.
-
Name: Calendar XControl Submitter: Benoit Submitted: 06 Jan 2016 Category: *Uncertified* LabVIEW Version: 2011License Type: BSD (Most common) This XControl allow you to have a nice calendar as a control. Any selection of the date is highlighted in light blue. The supported language are English and French acessible trough the property. Ce XControl vous permet d'avoir un beau calendrier comme control. Toute sélection de date et mis en évidence par une couleur bleur clair. Ce XControl supporte le Français et l'anglais par l'intermédiaire des propriétés. Click here to download this file
-
- calendar xcontrol
- calendar
-
(and 3 more)
Tagged with:
-
Hi, I'm having a excel database with me. The excel sheet contains different data types. Column A consists of seriall Number (Integer), Column B consists of instrument description (Strings), Column C consists of model Number (Number with special characters), Column D consists of instrument Calibration date (Date), Column E consists of instrument Calibration due date and so on...... What i want to do is that i need to extract the excel sheet's content in to 2D array. And using array functions i want to compare the date and accordingly i want to do some calibration alert system. the questions is how i can make a 2D array from a excel sheet consists of different data types? any help? thanks