Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- GT_LIB v1.0 Reference Guide Release 1.0 - <b>set the dos system date.</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Set the DOS system date.
------------------------------------------------------------------------------

 Syntax

        GT_SetDate(<dDate>) --> lSetOk

 Arguments:

      <dDate> is a date parameter.

 Returns:

      If the date was set ok, GT_SetDate() returns true (.T.), if not
      it returns false (.F.).

 Description:

      GT_SetDate() can be used to set the DOS system date to a new
      value.

 Examples:

      // Set the DOS system date forward one week.

      ? GT_SetDate(date()+7)

 Source: SETDATE.C

 Author:  Dave Pearson

See Also: GT_SETTIME()

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