ADays()

ADays()

Returns an array with the days names.

Syntax

      ADays()  --> aDays

Arguments

None

Returns

<aDays> The array which holds the days names.

Description

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

Examples

      aDays := ADays()
      ? aDays[ 1 ] // -> Sunday
      ? aDays[ 1 ] // -> Domingo (if the selected language is Spanish)

Compliance

This function is new in Harbour.

Platforms

All

Files

Library is libmisc

Seealso

AMonths()

2 responses to “ADays()

  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.