Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns the name of the month component from a specified datetime value. Category: date Syntax:
MonthName([date_column])
Returns: StringColumn Context Filtering: ✓ Yes

Parameters

NameTypeRequiredDescription
date_columncolumn|datetime✓ YesThe date to extract month name from.
Allowed Column Types: DATETIME, DATE

Validation

  • Minimum parameters: 1
  • Maximum parameters: 1

Examples

MonthName([OrderDate])
Returns month name (e.g., ‘January’).
Last modified on March 13, 2026