$Sir Date2NM: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (misc cleanup)
 
(33 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:$Sir_Date2NM}}
{{DISPLAYTITLE:$Sir_Date2NM}}
<span class="pageSubtitle"><section begin="desc" />Convert datetime string to number of milliseconds<section end="desc" /></span>
<span class="pageSubtitle">Convert datetime string to number of milliseconds</span>


<p class="warning">Most Sirius $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $Sir_Date2NM function is [[to be entered]].</p>
<p class="warn"><b>Note: </b>Many $functions have been deprecated in favor of Object Oriented methods.  
The OO equivalent for the $Sir_Date2NM function is <var>[[StringToMilliseconds (String function)|StringToMilliseconds]]</var>.</p>


The <var>$Sir_Date2NM</var> function expects a datetime value string and a datetime format string and returns the input datetime converted to the number of milliseconds since 1 January, 1900. It accepts an optional <var>CENTSPAN</var> value and an optional error control string. If an error is detected, the returned value is <code>-9E12</code> (-9000000000000).


The $Sir_Date2NM function expects a datetime value string and a datetime format string and returns the input datetime converted to the number of milliseconds since 1 January, 1900. It accepts an optional CENTSPAN value and an optional error control string. If an error is detected, the returned value is -9E12 (-9000000000000).
==Syntax==
==Syntax==
<p class="syntax"><section begin="syntax" /> %num = $Sir_Date2NM(dat, fmt, span, errctl)
<p class="syntax"><span class="term">%num</span> <span class="literal">= $Sir_Date2NM(</span><span class="term">dat</span><span class="literal">,</span> <span class="term">fmt</span><span class="literal">,</span> <span class="term">span</span><span class="literal">,</span> <span class="term">errctl</span><span class="literal">)</span>
<section end="syntax" /></p>
<p class="caption">$Sir_Date2NM Function
</p>
</p>
where
 
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>dat</th>
<td>datetime value string.</td></tr>
<tr><th>fmt</th>
<td>datetime format string corresponding to '''dat'''. Refer to for an explanation of valid datetime formats and valid dates. Non-strict matching is used for input format '''fmt'''; see .</td></tr>
<tr><th>span</th>
<td>optional CENTSPAN value, default is -50. </td></tr>
<tr><th>errctl</th>
<td>optional error control string, refer to .</td></tr>
<tr><th>%num</th>
<tr><th>%num</th>
<td>set to the value of '''dat''', converted to the number of milliseconds from 1 Jan 1900 12:00 AM.
<td>Set to the value of <var class="term">dat</var>, converted to the number of milliseconds from <code>1 Jan 1900 12:00 AM</code>.
</td></tr></table>
</td></tr>


<tr><th>dat</th>
<td>Datetime value string.</td></tr>


For example, the following fragment prints the value <tt>86400000</tt>:
<tr><th>fmt</th>
<p class="code"> %A = $Sir_Date2NM('010695', 'MMDDYY')
<td>Datetime format string corresponding to <var class="term">dat</var>. Refer to [[Datetime string formats|datetime formats]] for an explanation of valid datetime formats and valid dates. Non-strict matching is used for input format <var class="term">fmt</var>; see [[Datetime string formats#Strict and non-strict format matching|Strict and non-strict format matching]].</td></tr>
%B = $Sir_Date2NM('010595', 'MMDDYY')
%C = %A - %B
PRINT %C
</p>


<tr><th>span</th>
<td>Optional <var>CENTSPAN</var> value, default is -50. </td></tr>


Error conditions are shown in the following figure (see the discussion in ).<p>
<tr><th>errctl</th>
<td>Optional error control string; refer to [[Datetime string formats#Datetime error handling|Datetime error handling]].</td></tr>
</table>


==Usage notes==
<ul>
<ul>
<li>Values returned by <var>$Sir_Date2NM</var> will often exceed the range that can be represented in a 4-byte integer, so you should probably avoid storing the value in a <var>BINARY</var> or <var>FLOAT4</var> field. </li>


<li>'''fmt''' is not a valid datetime format.
<li>Dates prior to 1 January 1900 will return a negative number. </li>


<li>'''dat''' does not match '''fmt'''.
<li>The inverse of this $function is <var>[[$Sir_NM2Date]]</var>.</li>


<li>'''dat''' is outside of range permitted for '''fmt'''.
<li><var>$Sir_Date2NM</var> returns the value <code>-9E12</code> (-9000000000000) in the following cases (see the discussion in [[Datetime string formats#Datetime error handling|Datetime error handling]]):
 
<ul>
<li>'''span''' is invalid.
<li><var class="term">fmt</var> is not a valid datetime format.</li>
 
</ul>
</p>
<p class="caption"> $Sir_Date2NM returns the value -9E12 (-9000000000000) in the following cases:</p>


<li><var class="term">dat</var> does not match <var class="term">fmt</var>.</li>


Notes:
<li><var class="term">dat</var> is outside of range permitted for <var class="term">fmt</var>.</li>
<ul>


<li>Values returned by $Sir_Date2NM will often exceed the range that can be represented in a 4-byte integer, so you should probably avoid storing the value in a BINARY or FLOAT4 field.  
<li><var class="term">span</var> is invalid.</li>
<li>Dates prior to 1 January 1900 will return a negative number.
</ul></li>
<li>The inverse of this $function is $Sir_NM2Date.
</ul>
</ul>


==Products authorizing {{PAGENAMEE}}==
<ul class="smallAndTightList">
<ul class="smallAndTightList">
<li>[[Sirius functions]]</li>
<li>[[List of $functions|Sirius functions]]</li>
<li>[[Fast/Unload User Language Interface]]</li>
<li>[[Fast/Unload User Language Interface]]</li>
<li>[[Janus Open Client]]</li>
<li>[[Media:JoclrNew.pdf|Janus Open Client]]</li>
<li>[[Janus Open Server]]</li>
<li>[[Media:JosrvrNew.pdf|Janus Open Server]]</li>
<li>[[Janus Sockets]]</li>
<li>[[Janus Sockets]]</li>
<li>[[Janus Web Server]]</li>
<li>[[Janus Web Server]]</li>
<li>[[Japanese functions]]</li>
<li>Japanese functions</li>
<li>[[Sir2000 Field Migration Facility]]</li>
<li>[[Media:SirfieldNew.pdf|Sir2000 Field Migration Facility]]</li>
 
<li>[http://m204wiki.rocketsoftware.com/images/d/d6/Ul2krNew.pdf Sir2000 User Language Tools]</li>
<li>''[[Sir2000 User Language Tools]]''
</ul>
</ul>
<p class="caption">Products authorizing $Sir_Date2NM
</p>


[[Category:$Functions|$Sir_Date2NM]]
[[Category:$Functions|$Sir_Date2NM]]

Latest revision as of 21:47, 6 October 2015

Convert datetime string to number of milliseconds

Note: Many $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $Sir_Date2NM function is StringToMilliseconds.

The $Sir_Date2NM function expects a datetime value string and a datetime format string and returns the input datetime converted to the number of milliseconds since 1 January, 1900. It accepts an optional CENTSPAN value and an optional error control string. If an error is detected, the returned value is -9E12 (-9000000000000).

Syntax

%num = $Sir_Date2NM(dat, fmt, span, errctl)

Syntax terms

%num Set to the value of dat, converted to the number of milliseconds from 1 Jan 1900 12:00 AM.
dat Datetime value string.
fmt Datetime format string corresponding to dat. Refer to datetime formats for an explanation of valid datetime formats and valid dates. Non-strict matching is used for input format fmt; see Strict and non-strict format matching.
span Optional CENTSPAN value, default is -50.
errctl Optional error control string; refer to Datetime error handling.

Usage notes

  • Values returned by $Sir_Date2NM will often exceed the range that can be represented in a 4-byte integer, so you should probably avoid storing the value in a BINARY or FLOAT4 field.
  • Dates prior to 1 January 1900 will return a negative number.
  • The inverse of this $function is $Sir_NM2Date.
  • $Sir_Date2NM returns the value -9E12 (-9000000000000) in the following cases (see the discussion in Datetime error handling):
    • fmt is not a valid datetime format.
    • dat does not match fmt.
    • dat is outside of range permitted for fmt.
    • span is invalid.

Products authorizing $Sir_Date2NM