CENTSPAN parameter: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (→Description) |
||
Line 13: | Line 13: | ||
</dl> | </dl> | ||
==Description== | ==Description== | ||
The CENTSPAN system parameter is a numeric parameter that indicates the default | The <var>CENTSPAN</var> system parameter is a numeric parameter that indicates the default | ||
CENTSPAN value to be used in a wide variety of $functions for the processing of dates containing two-digit years. | <var>CENTSPAN</var> argument | ||
The default setting for CENTSPAN (-50) means that start of the assumed range | value to be used in a wide variety of $functions for the processing of dates containing two-digit years. | ||
The default setting for <var>CENTSPAN</var> (-50) means that start of the assumed range | |||
for two-digit years (in affected $functions) is 50 years before the current date. | for two-digit years (in affected $functions) is 50 years before the current date. | ||
Some of the $functions affected by | The minimum value of <var>CENTSPAN</var> is -99 and | ||
the maximum value is 9900. | |||
Some of the $functions affected by the <var>CENTSPAN</var> parameter are: | |||
<ul> | <ul> | ||
<li>$ | <li><var>[[$Sir_Date2n]]</var> | ||
<li>$ | <li><var>[[$Sir_Date2nd]]</var> | ||
<li>$ | <li><var>[[$Sir_Date2nm]]</var> | ||
<li>$ | <li><var>[[$Sir_Date2ns]]</var> | ||
<li>$ | <li><var>[[$Sir_DateChg]]</var> | ||
<li>$ | <li><var>[[$Sir_DateChk]]</var> | ||
<li>$ | <li><var>[[$Sir_DateCnv]]</var> | ||
<li>$ | <li><var>[[$Sir_DateDif]]</var> | ||
<li>$ | <li><var>[[$Web_Date2n]]</var> | ||
<li>$ | <li><var>[[$Web_Date2nd]]</var> | ||
<li>$ | <li><var>[[$Web_Date2nm]]</var> | ||
<li>$ | <li><var>[[$Web_Date2ns]]</var> | ||
</ul> | </ul> | ||
Some of the <var class="product">Janus SOAP ULI</var> methods affected by | Some of the <var class="product">Janus SOAP ULI</var> methods affected by the <var>CENTSPAN</var> parameter are: | ||
<ul> | <ul> | ||
<li><var>[[DaysToString (Float_function)|DaysToString]]</var> | <li><var>[[DaysToString (Float_function)|DaysToString]]</var> | ||
Line 44: | Line 48: | ||
<li><var>[[TimeStringConvert (String_function)|TimeStringConvert]]</var> | <li><var>[[TimeStringConvert (String_function)|TimeStringConvert]]</var> | ||
</ul> | </ul> | ||
For more information about CENTSPAN, see [[Datetime string formats#Using CENTSPAN|"Using CENTSPAN"]]. | For more information about <var>CENTSPAN</var>, see [[Datetime string formats#Using CENTSPAN|"Using CENTSPAN"]]. | ||
[[Category:System parameters]] | [[Category:System parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Revision as of 19:04, 12 September 2012
Summary
- Default value
- -50
- Parameter type
- System
- Where set
- User 0 CCAIN parameters
- Related products
- All
- Introduced
- Before Sirius Mods 6.7
Description
The CENTSPAN system parameter is a numeric parameter that indicates the default CENTSPAN argument value to be used in a wide variety of $functions for the processing of dates containing two-digit years. The default setting for CENTSPAN (-50) means that start of the assumed range for two-digit years (in affected $functions) is 50 years before the current date.
The minimum value of CENTSPAN is -99 and the maximum value is 9900.
Some of the $functions affected by the CENTSPAN parameter are:
- $Sir_Date2n
- $Sir_Date2nd
- $Sir_Date2nm
- $Sir_Date2ns
- $Sir_DateChg
- $Sir_DateChk
- $Sir_DateCnv
- $Sir_DateDif
- $Web_Date2n
- $Web_Date2nd
- $Web_Date2nm
- $Web_Date2ns
Some of the Janus SOAP ULI methods affected by the CENTSPAN parameter are:
- DaysToString
- MillisecondsToString
- SecondsToString
- StringToDays
- StringToMilliseconds
- StringToSeconds
- TimeStringConvert
For more information about CENTSPAN, see "Using CENTSPAN".