StringToDays (String function): Difference between revisions
Jump to navigation
Jump to search
m (Created page with "{{Template:String:StringToDays subtitle}} <var>StringToDays</var> is an <var>intrinsic</var> function to convert a [[Datetime_string_formats|date/time stri...") |
m (→Syntax terms) |
||
Line 13: | Line 13: | ||
<tr><th>format</th> | <tr><th>format</th> | ||
<td>The format of the date/time string.</td></tr> | <td>The format of the date/time string.</td></tr> | ||
<tr><th> | <tr><th>CentSpan</th> | ||
<td>See [[CENTSPAN_parameter]].</td/tr> | <td>See [[CENTSPAN_parameter]]. In <var class="product">Sirius Mods</var> 7.9 and later this is a NameAllowed parameter. Before that it is a positional parameter.</td/tr> | ||
</table> | </table> | ||
Revision as of 02:40, 21 May 2011
Convert string date/time to days since 1900 (String class)
[Introduced in Sirius Mods 7.8]
StringToDays is an intrinsic function to convert a date/time string to days since 1900.
Syntax
%days = string:StringToDays( format, [[CentSpan=] number]) Throws InvalidDateString
Syntax terms
%days | The float variable to receive the computed time since 1900. |
---|---|
string | The input date/time string. |
format | The format of the date/time string. |
CentSpan | See CENTSPAN_parameter. In Sirius Mods 7.9 and later this is a NameAllowed parameter. Before that it is a positional parameter. |
Usage notes
Examples
See also
StringToMilliseconds_(String_function)
StringToSeconds_(String_function)