You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Returns a text with the name of the month for a given date-time, in a certain time zone, and in a certain language.

Syntax
monthToString(timestamp, timeZone, language) #Output: Text
Examples
Parser ExpressionDescription
monthToString({issue.created}, LOCAL, USER_LANG)

This example will take the timestamp (date-time in milliseconds) and translates it to a user friendly text, displayed in the entered language's format.

This example might return: May 

Additional information

Parameters used in this function

ParameterInput (data type)Description
timestamp

NUMBER

The parameter must be valid timestamp. Usually this value is retrieved from a field (e.g. due date, created date).
timeZone

TIMEZONE

The time zone used for the conversion. 

language

LANGUAGE

The language used for the conversion. 
Output

The function returns a TEXT