Jump to content

LabVIEW configuration file/Time and Date: Difference between revisions

From LabVIEW Wiki
No edit summary
mNo edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{LabVIEW configuration back}}
This is a list of LabVIEW ini File settings relating to Time and Date settings. {{TOCright}}
[[Category:Development Environment]]
This is a list of LabVIEW ini File settings relating to Time and Date settings.


{{ labviewconfigurationkey
{{ labviewconfigurationkey
Line 21: Line 19:
| OS4 =u
| OS4 =u
| notes =None
| notes =None
}}
}}  
 
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = dateSeparator
| keyname = dateSeparator
Line 28: Line 27:
| description =The separator character for date strings
| description =The separator character for date strings
| permitted_values =Decimal value of any page-one ASCII character
| permitted_values =Decimal value of any page-one ASCII character
| default =47  ''("/")''
| default =47  ("/")
| LV1 = 4
| LV1 = 4
| LV2 = 5
| LV2 = 5
Line 40: Line 39:
| OS4 =u
| OS4 =u
| notes =See [http://en.wikipedia.org/wiki/ASCII ASCII] chart for characters' decimal values.
| notes =See [http://en.wikipedia.org/wiki/ASCII ASCII] chart for characters' decimal values.
}}
}}  
 
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = hour24
| keyname = hour24
Line 59: Line 59:
| OS4 =u
| OS4 =u
| notes =None
| notes =None
}}
}}  
 
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = timeSeparator
| keyname = timeSeparator
Line 66: Line 67:
| description =The separator character for time strings
| description =The separator character for time strings
| permitted_values =Decimal value of any page-one ASCII character
| permitted_values =Decimal value of any page-one ASCII character
| default =47  ''("/")''
| default =47  ("/")
| LV1 = 4
| LV1 = 4
| LV2 = 5
| LV2 = 5
Line 78: Line 79:
| OS4 =u
| OS4 =u
| notes =See [http://en.wikipedia.org/wiki/ASCII ASCII] chart for characters' decimal values.
| notes =See [http://en.wikipedia.org/wiki/ASCII ASCII] chart for characters' decimal values.
}}
}}  
 
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = yearFirst
| keyname = yearFirst
Line 97: Line 99:
| OS4 =u
| OS4 =u
| notes =None
| notes =None
}}
}}  
 
[[Category:Configuration_File|Time and data]]

Latest revision as of 19:56, 9 February 2009

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

OS's Supported

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

OS's Supported

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

OS's Supported

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

OS's Supported

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

OS's Supported

Notes None