Older Newer
Fri, 11 Jun 2010 16:48:24 . . . . SyneRyder [Changing some text for clarity]


Changes by last author:

Added:
= strdate =

== Syntax ==

:strdate( string text )

== Arguments ==

:text

::String buffer that the current date will be stored in.

== Description ==

:This function retrieves the current date and converts it to the string form 05/22/09.

== Example ==

<code>

strdate( str0 );

</code>

== Also see ==

:strtime

== Comments ==

:Everyone can add his comments about his experiences with this function here. Tips for using it are welcome, too.