{{tag>Index Function Function_List Date_and_Time Version:v8.6}} ====== MONTH_TEXT ====== ===== Description ===== Returns the name of the specified month as text ===== Parameters ===== - A number indicating the month - 1 for January, 2 for February etc ===== Example ===== IF MONTH_TEXT (CURRENT_MONTH) = 'January' THEN ...