This function returns the day of the year of any given timestamp.


dayOfTheYear(timestamp, timeZone) #Output: Number




Parser expressionDescription


dayOfTheYear({issue.created}, LOCAL)


This example will return the day of the year of the issue's creation date.

If the creation date was February 2nd, 2011, the output would be 33.





Parameters used in this function

ParameterInput (data type)Description
timestamp

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. 



This function returns a



Use cases and examples



Parser function cloud
Map(error)
NotesNot possible to replicate the behavior.






Status
Tech review

Style guide




Short description

Returns the day of the year of any given timestamp.

Output

Available since

Label