Reading system date and time

Function

Read the system date and time.

Syntax

Detailed Description

These functions return the system date and time as strings.

Example

Display current date and time
  private currentdt$
  private currenttm$

  currentdt$ = date$
  currenttm$ = time$
  print currentdt$
  print currenttm$

(C)2002-2004 DENSO WAVE INCORPORATED All right reserved