StringToDays (String function): Difference between revisions
Jump to navigation
Jump to search
m (→See also) |
m (→See also) |
||
Line 23: | Line 23: | ||
==See also== | ==See also== | ||
<var>[[StringToMilliseconds (String_function)|StringToMilliseconds]]</var> | <ul> | ||
<li><var>[[StringToMilliseconds (String_function)|StringToMilliseconds]]</var> | |||
<var>[[StringToSeconds (String_function)|StringToSeconds]]</var> | <li><var>[[StringToSeconds (String_function)|StringToSeconds]]</var> | ||
</ul> | |||
{{Template:String:StringToDays footer}} | {{Template:String:StringToDays footer}} |
Revision as of 15:26, 23 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. For versions prior to 7.9, it is a positional parameter. |