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 NUMBER representing the timestamp for the last day of the month of a given timestamp t in timezone time_zone. The timestamp returned is at 00:00 i.e., the very beginning of the last day.

Syntax
lastDayOfTheMonth(number t, timeZone time_zone) #Output: Number
Examples
Parser expressionDescription
lastDayOfTheMonth(2017/02/05 11:31, LOCAL)

The function returns a NUMBER: 2017/02/28 00:00.

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. 

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 NUMBER