AMonths()

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()

2 responses to “AMonths()

  1. Pingback: Harbour Date & Time Functions | Viva Clipper !

  2. Pingback: Harbour All Functions – A | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.