Difference between revisions of "Today to string"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
(Created page with '{{ #vardefine:name|today_to_string}}{{ #vardefine:return_type|string}}{{ FunctionPage| name={{#var:name}}| function_category=String Handling Routines| function1={{Function| nam…')
(No difference)

Revision as of 17:05, 9 March 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.