Date

FreeBASIC

Date
 
Returns the current system date as a string

Syntax
Usage

result = Date

Return Value

Returns the current system date, in the format mm-dd-yyyy

Description

None

Example

Print Date ' prints the current date


Differences from QB

  • The QB DATE statement (to set the system date) is now called SetDate.

See also