Date

Returns the current system date as a string

Syntax
	KeyPgDeclareDeclare KeyPgFunctionFunction Date ( ) KeyPgAsAs KeyPgStringString

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 KeyPgSetdateSetDate.
	* The string type suffix "$" is required in the CompilerOptlang-lang qb dialect.
	* The string type suffix "$" is optional in the CompilerOptlang-lang fblite dialect.
	* The string type suffix "$" is ignored in the CompilerOptlang-lang fb dialect, warn 
	  only with the CompilerOptw-w suffix compile option (or CompilerOptw-w pedantic compile 
	  option).

See also
	* KeyPgSetdateSetDate
	* KeyPgTimeTime
	* KeyPgTimerTimer

