DaysToString (Float function): Difference between revisions
Jump to navigation
Jump to search
| Line 20: | Line 20: | ||
==See also== | ==See also== | ||
[[ | [[MillisecondsToString (Float function)]] | ||
[[ | [[SecondsToString (Float function)]] | ||
{{Template:Float:DaysToString footer}} | {{Template:Float:DaysToString footer}} | ||
Revision as of 21:55, 7 February 2012
Convert days since 1900 to string date/time (Float class)
[Introduced in Sirius Mods 7.8]
The DaysToString intrinsic function operates on a Float value representing days since 1900 and returns a formatted string representing that date/time.
Syntax
%string = float:DaysToString( format)
Syntax terms
| %string | A variable to receive the formatted date/time string result of the DaysToString method. |
|---|---|
| float | A Float value representing days since 1900. |
| format | A valid date/time string format. |
Usage notes
- The DaysToString function is available as of Sirius Mods Version 7.8
Examples
See also
MillisecondsToString (Float function)
SecondsToString (Float function)