Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - setdate() set the date format http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 setdate()           Set the date format
------------------------------------------------------------------------------
 Declaration
   getset.hdr

 Syntax
   proc setdate extern
   param value uint uDateType

 Arguments
   uDateType is the new date type.

 Return
   None.

 Description
   The setdate() function sets the date type to the value of the passed
   parameter.

 Example
   #define EXAMPLE_DATE
   #include example.hdr

   proc Test_setdate
   ? today()
   setdate( DATE_GERMAN )
   ? today()
   endproc

   proc main
   Test_setdate()
   endproc

See Also: getsetdate()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson