This function returns a number representing the timestamp for the last day of the month of a given timestamp in a specific time zone.
The timestamp returns 00:00 i.e., the very beginning of the last day.
lastDayOfTheMonth(timestamp, timeZone) #Output: Number
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns: 2020/02/28 00:00. |
|
Bash
|
This example returns the timestamp of the last day of the month an issue was created. |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
number |
The parameter must be valid timestamp. Usually this value is retrieved from a field (e.g. due date, created date). |
|
|
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
This function returns a Number
(books) Use cases and examples
| Use case |
|---|
| No content found. |