StringToDays (String function)
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. |
Usage notes
Examples
See also
StringToMilliseconds_(String_function)
StringToSeconds_(String_function)