Jump to content

LabVIEW configuration file/Time and Date: Difference between revisions

From LabVIEW Wiki
No edit summary
mNo edit summary
 
(8 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.


== dateDayFirst ==
{{ labviewconfigurationkey
Example: <code>dateDayFirst=TRUE</code><br/>
| keyname = dateDayFirst
Description: Use the ''DD/MM/YY'' date format<br/>
| example =dateDayFirst=TRUE
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| datatype =b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =Use the ''DD/MM/YY'' date format
Default Value: <code>FALSE</code><br/>
| permitted_values =
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| default =TRUE or FALSE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 4
Notes: None<br/>
| LV2 = 5
| LV3 = 6
| LV4 = 7
| LV5 = 8
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== dateSeparator ==
{{ labviewconfigurationkey
Example: <code>dateSeparator=47</code><br/>
| keyname = dateSeparator
Description: The separator character for date strings<br/>
| example =dateSeparator=47
Datatype: ASCII <FONT COLOR=#FF00FF>String</FONT><br/>
| datatype =i
Permitted Values: Any page-on ASCII String<br/>
| description =The separator character for date strings
Default Value: <code>47</code> ("/")<br/>
| permitted_values =Decimal value of any page-one ASCII character
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| default =47 ("/")
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 4
Notes: None<br/>
| LV2 = 5
| LV3 = 6
| LV4 = 7
| LV5 = 8
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =See [http://en.wikipedia.org/wiki/ASCII ASCII] chart for characters' decimal values.
}}


== dateYearFirst ==
{{ labviewconfigurationkey
Example: <code>dateYearFirst=TRUE</code><br/>
| keyname = hour24
Description: Use the ''YY/MM/DD'' date format<br/>
| example =hour24=TRUE
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| datatype =b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =Use the 24 hour format for time strings
Default Value: <code>FALSE</code><br/>
| permitted_values =TRUE or FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| default =FALSE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 4
Notes: None<br/>
| LV2 = 5
| LV3 = 6
| LV4 = 7
| LV5 = 8
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== hour24 ==
{{ labviewconfigurationkey
Example: <code>hour24=TRUE</code><br/>
| keyname = timeSeparator
Description: Use the 24 hour format for time strings<br/>
| example =timeSeparator=58
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| datatype =i
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =The separator character for time strings
Default Value: <code>FALSE</code><br/>
| permitted_values =Decimal value of any page-one ASCII character
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| default =47  ("/")
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 4
Notes: None<br/>
| LV2 = 5
| LV3 = 6
| LV4 = 7
| LV5 = 8
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =See [http://en.wikipedia.org/wiki/ASCII ASCII] chart for characters' decimal values.
}}


== timeSeparator ==
{{ labviewconfigurationkey
Example: <code>timeSeparator=58</code><br/>
| keyname = yearFirst
Description: The separator character for time strings<br/>
| example =yearFirst=TRUE
Datatype: ASCII <FONT COLOR=#FF00FF>String</FONT><br/>
| datatype =b
Permitted Values: Any page-on ASCII String<br/>
| description =Use the ''YY/MM/DD'' date format
Default Value: <code>58</code> (".")<br/>
| permitted_values =TRUE or FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| default =FALSE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 4
Notes: None<br/>
| LV2 = 5
| LV3 = 6
| LV4 = 7
| LV5 = 8
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| 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