Returns the current system date in D3 internal format.
Syntax
lValue = object.brDate |
Parameters
Parameter |
Description |
lValue |
The return value is a Long data type indicating the system date in D3 internal format, which is the number of days that have elapsed since December 31, 1967. |
object |
An object variable that represents a clsD3Connection object. |
Remarks
Using an RPC connection, the current date is returned from the client.
Using an ODBC connection, the current date is returned form the server.
FlashBASIC Reference
date()