LabVIEW configuration file/Time and Date: Difference between revisions
mNo edit summary |
|||
Line 5: | Line 5: | ||
Example: <code>dateDayFirst=TRUE</code><br/> | Example: <code>dateDayFirst=TRUE</code><br/> | ||
Description: Use the ''DD/MM/YY'' date format<br/> | Description: Use the ''DD/MM/YY'' date format<br/> | ||
Datatype: <FONT COLOR=#008000> | Datatype: <FONT COLOR=#008000>Boolean</FONT><br/> | ||
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/> | Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/> | ||
Default Value: <code>FALSE</code><br/> | Default Value: <code>FALSE</code><br/> |
Revision as of 22:17, 7 May 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: TRUE
or FALSE
Default Value: FALSE
LabVIEW Versions: 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: ASCII String
Permitted Values: Any page-on ASCII String
Default Value: 47
("/")
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None
dateYearFirst
Example: dateYearFirst=TRUE
Description: Use the YY/MM/DD date format
Datatype: Booelan
Permitted Values: TRUE
or FALSE
Default Value: FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None
hour24
Example: hour24=TRUE
Description: Use the 24 hour format for time strings
Datatype: Booelan
Permitted Values: TRUE
or FALSE
Default Value: FALSE
LabVIEW Versions: 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: ASCII String
Permitted Values: Any page-on ASCII String
Default Value: 58
(".")
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None