[**@uplink-protocol/form-controller v0.3.1**](../README.md)

***

[@uplink-protocol/form-controller](../globals.md) / getMonthName

# Function: getMonthName()

> **getMonthName**(`monthIndex`, `short`): `string`

Defined in: [Date/utils/calendar.utils.ts:68](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Date/utils/calendar.utils.ts#L68)

Get month name from month index

## Parameters

### monthIndex

`number`

Month index (0-11)

### short

`boolean` = `false`

Whether to return short month name

## Returns

`string`

Month name
