Viva Clipper !

Day()

Advertisements

 

DAY()

Return the numeric day of the month.

Syntax

      DAY(<cDate>) --> nMonth

Arguments

<cDate> Any valid date expression.

Returns

<nMonth> Numeric value of the day of month.

Description

This function returns the numeric value of the day of month from a date.

Examples

      ? Day( Date() )
      ? Day( Date() + 6325 )

Compliance

Clipper

Platforms

All

Files

Library is rtl

Seealso

CTOD(), DTOS(), DTOC(), DATE(), MONTH(), CMONTH()

Advertisements

Advertisements