> ## Documentation Index
> Fetch the complete documentation index at: https://kk-83bff226.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# currentMonth

> Gets the current month number.

## Signature

```typescript path=null start=null theme={null}
currentMonth(): number
```

## Returns

`number` - The current month as a number (1 for January, 2 for February, ..., 12 for December).

## Source

Defined in [other.ts:19](https://github.com/koji/ichigyou/blob/main/src/other.ts#L19)
