Viva Clipper !

DaysInMonth()

Advertisements

DaysInMonth()

Returns the number of days in month

Syntax

       DAYSINMONTH (<nMonth>, <lLeapYear>) -> nDaysInMonth

Arguments

<nMonth> Number of month

<lLeapYear> Is year is leapyear

Returns

<nDaysInMonth> days count in <nMonth>

Description

DaysInMonth() returns days count in <nMonth>

Examples

      ? DaysInMonth( hb_SToD( "20000101" ) ) // -> 31

      ? DaysInMonth( hb_SToD( "20000201" ) ) // -> 29

Compliance

DaysInMonth() is a new function in Harbour’s CT3 library.

Platforms

All

Files

Source is dattime2.prg, library is libct.

Seealso

DaysToMonth()

Advertisements

Advertisements