Harbour Reference Guide

 

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

Ready

Compliance

This function is new in Harbour.

Platforms

All

Files

Library is libmisc

See Also

 




[Source Forge]

Other Docs Categories

Advantage Database RDD
Array
Binary conversion
Classes
Code Block
Console input
Conversion
Conversion Tools
DOS
Data input and output
Database
Database Tools
Date
Dos Tools
Environment
Error recovery
Events
File management
GT
Harbour Tools
Internal
Low Level
Math
Misc
Miscellaneous
Nation
Object manipulation
Operating System Specific
Parameter Checks
String Tools
Strings
TBrowse Method
TBrowse class
Terminal
Time
Utility
Variable Management

 

Last updated on 2001/07/30