Revision [758]
This is an old revision of formattimestring made by AdminSkyld on 2010-06-20 00:59:08.Usage
Syntax: formattimestring(str format, int time)
Returns a string with the formatted time.
Explanation
formattimestring takes the given input time (relative to timevar2) and formats it against the given input format. The input format takes input like the strftime function in some other languages.
The markers in the format are substituted with the correct time values and the entire formatted time is returned.
- TODO: Insert a list of valid format markers here in a table (the same as strftime).
Example
- TODO: Insert an example.
Categories
CategoryFunctionServerside
CategoryExpansionRequired
There is one comment on this page. [Display comment]