Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour tools help- GT lib - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The 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: ADAYS()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson