Difference between revisions of "Today to string"

From Kolmafia
Jump to navigation Jump to search
imported>Bale
(r8942 & r8944 adds time_to_string() and now_to_string())
imported>Bale
(recategorizing so all time functions can be on the same page.)
Line 20: Line 20:
 
}}
 
}}
 
{{SeeAlso|gameday_to_string|gameday_to_int|time_to_string|now_to_string}}
 
{{SeeAlso|gameday_to_string|gameday_to_int|time_to_string|now_to_string}}
[[Category:String Handling Routines]]
+
 
 +
[[Category:Miscellaneous Functions]]

Revision as of 09:25, 26 January 2011

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() | time_to_string() | now_to_string()