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