Status
Tech review

Style guide




Short description

Returns the day of the week of any given timestamp in text form.

Output




This function returns the day of the week of any given timestamp in text form.


dayOfTheWeekToString(timestamp, timeZone, language) #Output: Text



Parser expressionDescription


dayOfTheWeekToString({issue.duedate}, LOCAL, USER_LANG)


This function returns the day of the week as text.

If the due date was set to March 25th, 2011 23:15 and the user's Jira language was set to English the output would be Friday.




Parameters used in this function

ParameterInput (data type)Description
timeZone

The time zone used for the calculation. 

language

The language used for the calculation.



The function returns a


If you need the day of the week as number you might want to use dayOfTheWeek()