Difference between revisions of "Today to string"

From Kolmafia
Jump to navigation Jump to search
imported>Fluxxdog
imported>Bale
(gameday_to_int)
Line 19: Line 19:
 
more_info=See this [http://en.wikipedia.org/wiki/ISO_8601 wikipedia article] for more information.|
 
more_info=See this [http://en.wikipedia.org/wiki/ISO_8601 wikipedia article] for more information.|
 
}}
 
}}
{{SeeAlso|gameday_to_string}}
+
{{SeeAlso|gameday_to_string|gameday_to_int}}
 
[[Category:String Handling Routines]]
 
[[Category:String Handling Routines]]

Revision as of 08:14, 13 September 2010

needs(code_samples);

Function Syntax

string today_to_string()

Returns the current date (based on your local computer's system settings) in an ISO basic format (YYYYMMDD).

More Information

See this wikipedia article for more information.


See Also

gameday_to_string() | gameday_to_int()