MillisecondsToString (Float function): Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Template:Float:MillisecondsToString subtitle}} The <var>MillisecondsToString</var> intrinsic function operates on a <var>Float</var> value representing m...") |
m (→See also) |
||
Line 20: | Line 20: | ||
==See also== | ==See also== | ||
[[SecondsToString_(Float_function)]] | [[SecondsToString_(Float_function)]] | ||
[[DaysToString_(Float_function)]] | [[DaysToString_(Float_function)]] | ||
{{Template:Float:MillisecondsToString footer}} | {{Template:Float:MillisecondsToString footer}} |
Revision as of 22:39, 29 March 2011
Convert milliseconds since 1900 to string date/time (Float class)
[Introduced in Sirius Mods 7.8]
The MillisecondsToString intrinsic function operates on a Float value representing milliseconds since 1900 and returns a formatted string representing that date/time.
Syntax
%string = float:MillisecondsToString( format)
Syntax terms
%string | A variable to receive the formatted date/time string result of the MillisecondsToString method. |
---|---|
float | A Float value representing milliseconds since 1900. |
format | A valid date/time string format. |
Usage notes
- The MillisecondsToString function is available as of Sirius Mods Version 7.8
Examples
See also
SecondsToString_(Float_function)