CENTSPAN parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 36: Line 36:
Some of the <var class="product">Janus SOAP ULI</var> methods affected by this CENTSPAN setting are:
Some of the <var class="product">Janus SOAP ULI</var> methods affected by this CENTSPAN setting are:
<ul>
<ul>
<li><var>[[DaysToString (Float_function)|DaysToString]]</var>
<li><var>[[MillisecondsToString (Float_function)|MillisecondsToString ]]</var>
<li><var>[[SecondsToString (Float_function)|SecondsToString]]</var>
<li><var>[[StringToDays (String_function)|StringToDays]]</var>
<li><var>[[StringToDays (String_function)|StringToDays]]</var>
<li><var>[[StringToMilliseconds (String_function)|StringToMilliseconds]]</var>
<li><var>[[StringToMilliseconds (String_function)|StringToMilliseconds]]</var>
<li><var>[[StringToSeconds (String_function)|StringToSeconds]]</var>
<li><var>[[StringToSeconds (String_function)|StringToSeconds]]</var>
</ul>
</ul>


For more information about CENTSPAN, see [[Date processing#CENTSPAN usage|CENTSPAN usage]].
For more information about CENTSPAN, see [[Date processing#Using CENTSPAN|"Using CENTSPAN"]].
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 20:58, 7 February 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 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.

Some of the $functions affected by this CENTSPAN setting 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 this CENTSPAN setting are:

For more information about CENTSPAN, see "Using CENTSPAN".