DaysToString (Float function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "{{Template:Float:DaysToString subtitle}} The <var>DaysToString</var> intrinsic function operates on a <var>Float</var> value representing days since 1900 a...")
 
mNo edit summary
Line 13: Line 13:


==Usage notes==
==Usage notes==
<ul><li>The <var>Absolute</var> function is available as of <var class="product">[[Sirius Mods]]</var> Version 7.8</ul>
<ul><li>The <var>DaysToString</var> function is available as of <var class="product">[[Sirius Mods]]</var> Version 7.8</ul>


==Examples==
==Examples==

Revision as of 22:33, 29 March 2011

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

%stringA variable to receive the formatted date/time string result of the DaysToString method.
floatA Float value representing days since 1900.
formatA valid date/time string format

Usage notes

  • The DaysToString function is available as of Sirius Mods Version 7.8

Examples

See also