DATE()

Return the Current OS Date

Syntax

DATE() --> dCurDate

Arguments

None

Returns

<dCurDate> Current system date.

Description

This function returns the current system date.
Examples
      ? Date()
Tests
      ? "Today is ",Day(date())," of ",cMonth(date())," of ",Year(date())
Status

Ready

Compliance

This function is Ca-Clipper Compliant

Platforms

All

Files

Library is rtl

See Also