<<prev file | next file >>    view single page | view frames    summary: fields | routine    details: routine

Calendar/

monthname.pro

gives the name of a month

topmonthname calendar, string

result = monthname(month, _EXTRA=_EXTRA)

Return value

the month names, a string with the same number of elements than month.

Parameters

month        in required

the month number (from 1 to 12). Can be scalar or array

Keywords

_EXTRA       

used to pass your keywords to other procedures, for example keyword FORMAT of string function (see example bellow)

Examples

IDL> name=monthname(2)

Version history

Version

$Id: monthname.pro 137 2006-07-12 09:33:44Z smasson $

History

Sebastien Masson (smasson@lodyc.jussieu.fr) 1 October 2001
Produced by IDLdoc 2.0.