TimeStringConvert (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
Line 13: Line 13:
<td>string</td></tr>
<td>string</td></tr>
<tr><th><var>CentSpan</var></th>
<tr><th><var>CentSpan</var></th>
<td>number</td></tr>
<td>See the <var>[[CENTSPAN parameter|CENTSPAN]]</var> parameter. </td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:String:TimeStringConvert footer}}
{{Template:String:TimeStringConvert footer}}

Revision as of 00:50, 3 April 2012

Convert date/time string from one format to another (String class)

[Introduced in Sirius Mods 7.9]


Syntax

%outString = string:TimeStringConvert( inputFormat, outputFormat, - [[CentSpan=] number]) Throws InvalidDateString

Syntax terms

%outStringstring
string string
inputFormat string
outputFormat string
CentSpan See the CENTSPAN parameter.

Usage notes

Examples

See also