Viva Clipper !

AMonths()

Advertisements

AMonths()

Returns an array with the months names.

Syntax

      AMonths()  --> aMonths

Arguments

None

Returns

<aMonths> The array which holds the months names.

Description

This function returns an array with all the months names in the selected current language.

Examples

      aMonths := AMonths()
      ? aMonths[ 1 ] // -> January
      ? aMonths[ 1 ] // -> Enero (if the selected language is Spanish)

Compliance

This function is new in Harbour.

Platforms

All

Files

Library is libmisc

Seealso

ADays()

Advertisements

Advertisements