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

Compare with Current View Page History

« Previous Version 4 Next »

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

This function can be used in post-function Copy parsed text to a field to write the name of the month of a date-time field or expression.

Syntax
monthToString(number t, timeZone time_zone, language) #Output: Text
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 calculation. 

<parameter>

DATA TYPE

Parameter description.

Work days might depend on the time zone - it might be Sunday on the west coast of the US while at the same time it's already Monday in Australia. 

Output

The function returns a TEXT