Today to string: Difference between revisions
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…' |
imported>Bale mNo edit summary |
||
Line 5: | Line 5: | ||
FunctionPage| | FunctionPage| | ||
name={{#var:name}}| | name={{#var:name}}| | ||
function1={{Function| | function1={{Function| | ||
Line 20: | 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.| | ||
}} | }} | ||
[[Category:String Handling Routines]] |
Revision as of 05:09, 22 May 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.