Jump to content

LabVIEW configuration file/Time and Date: Difference between revisions

From LabVIEW Wiki
No edit summary
No edit summary
Line 42: Line 42:
}}
}}
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = yearFirst
| keyname = hour24
| example =yearFirst=TRUE
| example =hour24=TRUE
| datatype =b
| datatype =b
| description =Use the ''YY/MM/DD'' date format
| description =Use the 24 hour format for time strings
| permitted_values =TRUE or FALSE
| permitted_values =TRUE or FALSE
| default =FALSE
| default =FALSE
Line 61: Line 61:
}}
}}
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = hour24
| keyname = timeSeparator
| example =hour24=TRUE
| example =timeSeparator=58
| datatype =b
| datatype =i
| description =Use the 24 hour format for time strings
| description =The separator character for time strings
| permitted_values =TRUE or FALSE
| permitted_values =Decimal value of any page-one ASCII character
| default =FALSE
| default =47  ''("/")''
| LV1 = 4
| LV1 = 4
| LV2 = 5
| LV2 = 5
Line 77: Line 77:
| OS3 =l
| OS3 =l
| OS4 =u
| OS4 =u
| notes =None
| notes =See [http://en.wikipedia.org/wiki/ASCII ASCII] chart for characters' decimal values.
}}
}}
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = timeSeparator
| keyname = yearFirst
| example =timeSeparator=58
| example =yearFirst=TRUE
| datatype =i
| datatype =b
| description =The separator character for time strings
| description =Use the ''YY/MM/DD'' date format
| permitted_values =Decimal value of any page-one ASCII character
| permitted_values =TRUE or FALSE
| default =47  ''("/")''
| default =FALSE
| LV1 = 4
| LV1 = 4
| LV2 = 5
| LV2 = 5
Line 96: Line 96:
| OS3 =l
| OS3 =l
| OS4 =u
| OS4 =u
| notes =See [http://en.wikipedia.org/wiki/ASCII ASCII] chart for characters' decimal values.
| notes =None
}}
}}

Revision as of 18:19, 4 June 2007

Template:LabVIEW configuration back 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