List of Sir2000 User Language Tools $functions: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "<div class="showVisit"> The following are the available <var class="product">Sir2000 User Language Tools</var> $functions. <table class="wikitable">...")
 
m (modify intro)
Line 1: Line 1:
<div class="showVisit">
<div class="showVisit">
The following are the available <var class="product">[[Media:Ul2krNew.pdf|Sir2000 User Language Tools]]</var> $functions.  
The following are the available <var class="product">[[Media:Ul2krNew.pdf|Sir2000 User Language Tools]]</var> $functions.  
These $functions replace or augment some standard Model&nbsp;204 date-related functions.
 
<table class="wikitable">
<table class="wikitable">
<tr class="head"><th>$Function</th><th>Description</th></tr>
<tr class="head"><th>$Function</th><th>Description</th></tr>
Line 7: Line 8:
<!-- Note that FUNSCHECK.WIKI depends on the format of the function name/description rows - *** SO DON'T MUCK WITH IT!!! *** -->
<!-- Note that FUNSCHECK.WIKI depends on the format of the function name/description rows - *** SO DON'T MUCK WITH IT!!! *** -->
<!-- ************************************************************** -->
<!-- ************************************************************** -->
<tr><td>[[$Sir_Date_Err]]</td><td>Set and query default error handling at request level </td></tr>
<tr><td>[[$Sir_Date_Err]]</td><td>Set and query default error handling at request level. </td></tr>
<tr><td>[[$Sir_DateChg]]</td><td>Add some days to datetime </td></tr>
<tr><td>[[$Sir_DateChg]]</td><td>Add some days to datetime. </td></tr>
<tr><td>[[$Sir_DateChk]]</td><td>Check if datetime matches format </td></tr>
<tr><td>[[$Sir_DateChk]]</td><td>Check if datetime matches. format </td></tr>
<tr><td>[[$Sir_DateCnv]]</td><td>Convert datetime to different format </td></tr>
<tr><td>[[$Sir_DateCnv]]</td><td>Convert datetime to different format. </td></tr>
<tr><td>[[$Sir_DateDif]]</td><td>Difference between two dates </td></tr>
<tr><td>[[$Sir_DateDif]]</td><td>Calculate difference between two dates. </td></tr>
</table></div>
</table></div>
   
   
[[Category:$Functions| "Sir2000" $functions]]
[[Category:$Functions| "Sir2000" $functions]]

Revision as of 00:38, 25 September 2015

The following are the available Sir2000 User Language Tools $functions. These $functions replace or augment some standard Model 204 date-related functions.

$FunctionDescription
$Sir_Date_ErrSet and query default error handling at request level.
$Sir_DateChgAdd some days to datetime.
$Sir_DateChkCheck if datetime matches. format
$Sir_DateCnvConvert datetime to different format.
$Sir_DateDifCalculate difference between two dates.