LabVIEW configuration file/Time and Date

From LabVIEW Wiki
Jump to: navigation, search

This is a list of LabVIEW ini File settings relating to Time and Date settings.

dateDayFirst

Example dateDayFirst=TRUE
Description Use the DD/MM/YY date format
Datatype Boolean
Permitted Values
Default Value TRUE or FALSE
LabVIEW Versions

4.x , 5.x , 6.x , 7.x , 8.x Spacer.png

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

Notes None


dateSeparator

Example dateSeparator=47
Description The separator character for date strings
Datatype Integer
Permitted Values Decimal value of any page-one ASCII character
Default Value 47 ("/")
LabVIEW Versions

4.x , 5.x , 6.x , 7.x , 8.x Spacer.png

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

Notes See ASCII chart for characters' decimal values.


hour24

Example hour24=TRUE
Description Use the 24 hour format for time strings
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

4.x , 5.x , 6.x , 7.x , 8.x Spacer.png

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

Notes None


timeSeparator

Example timeSeparator=58
Description The separator character for time strings
Datatype Integer
Permitted Values Decimal value of any page-one ASCII character
Default Value 47 ("/")
LabVIEW Versions

4.x , 5.x , 6.x , 7.x , 8.x Spacer.png

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

Notes See ASCII chart for characters' decimal values.


yearFirst

Example yearFirst=TRUE
Description Use the YY/MM/DD date format
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

4.x , 5.x , 6.x , 7.x , 8.x Spacer.png

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

Notes None