Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties
hiddentrue
Status
Tech review

Status
titletodo

Style guide

Status
titletodo

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged

Page properties
hiddentrue
Short descriptionReturns a Statussubtletruetitletext representing the date-time value at t, in a certain time zone and a certain language.Output Statussubtletruetitletext UI Text Box
sizemedium
typeinfo

The This function returns a

Status
subtletrue
titletext
representing the date-time value at t, in a certain time zone and a certain language.

UI Text Box
typetip

This function is useful in the Action Update Field to represent as a text the result of a time expression.the full timestamp (date and time) of any given date in text form


Code Block
languagebash
titleSyntax
linenumberstrue
dateTimeToString(number ttimestamp, timeZone time_zone, language) #Output: Text


UI Expand
titleExamples


Parser ExpressionDescription


Code Block
languagebash
linenumberstrue
dateTimeToString({issue.created}, LOCAL, USER_LANG)


This example could return:

18/May/20 7:52 AM



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
UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
timestamp

Status
subtletrue
titlenumber

The parameter must be valid timestamp. Usually this value is retrieved from a field (e.g. due date, created date).<numberOfDays>

Status
subtletrue
titlenumber

The number defined here will be the offset in days. 

Negative values are used to substract days.

Internally JWT multiplies this value with the time macro  {DAY} to add full days to the timestamp. Learn more about time macros.
timeZone

Status
subtletrue
titletimezone

The time zone used for the calculationconversion

Expand
titleLearn more about timezones
Excerpt Include
Dates, times and time zonesDates, times and time zones
nopaneltrue
language<parameter>

Status
subtletrue
titledata type

Parameter description.

UI Text Box
typetip

Language

The language used for the conversion



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titletext




UI Text Box
sizemedium
typeinfo

The function returns a

Status
subtletrue
titletext
representing the date-time value at t with a certain custom format defined by date_time_pattern text parameter, using a certain language for months, days of the week, etc.

UI Text Box
typenote

This function is useful in Action Update Field to represent as a text the result of a time expression.

Variant where you can additionally define a custom date time pattern (see documentation).


Code Block
languagebash
titleSyntax
linenumberstrue
 dateTimeToString(number ttimestamp, string date_time_pattern dateTimePattern, language) #Output: Text


UI Expand
titleExample


Parser expressionDescription


Code Block
languagebash
linenumberstrue
dateTimeToString(2011-03-25 11:30{issue.created}, "yyyy.MM.dd 'at' HH:mm:ss", USER_LANG)


This example could return:

2020.05.18 at 07:52:02The function will return a

Status
subtletrue
titletext
: "2011.03.25 at 11:30:00"



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
UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
timestamp

Status
subtletrue
titlenumber

The parameter must be valid timestamp. Usually this value is retrieved from a field (e.g. due date, created date).
<parameter>dateTimePattern

Status
subtletrue
titledata type

Parameter description.

text

A Java date time pattern (see documentation).

language<parameter>

Status
subtletrue
titledata type

Parameter description.

UI Text Box
typetip

language

The language used for the conversion



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titletext




UI Text Box
sizemedium
typeinfo

The function returns a

Status
subtletrue
titletext
representing the date-time value at t with a certain custom format defined by date_time_pattern text parameter, in a certain time_zone using a certain language for months, days of the week, etc.

UI Text Box
typenote

This function is useful in Action Update Field to represent as a text the result of a time expressionVariant where you can specify a custom format according to the date time pattern and additionally a time zone (see documentation).


Code Block
languagebash
titleSyntax
linenumberstrue
 dateTimeToString(number ttimestamp, string date_time_pattern dateTimePattern, timeZone time_zone, language) #Output: Text


UI Expand
titleExamples


"
Parser expressionDescription


Code Block
languagebash
linenumberstrue
dateTimeToString(0, "yyyy.MM.dd 'at' HH:mm:ss", GMT, USER_LANG)
The function will return a
Status
subtletrue
titletext
:


This example returns:

1970.01.01 at 00:00:00

"


Code Block
languagebash
linenumberstrue
dateTimeToString(0, "yyyy.MM.dd 'at' HH:mm:ss", MST, USER_LANG)
The function will return a
Status
subtletrue
titletext
: "


This example returns:

1969.12.31 at 17:00:00

"



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
timestamp

Status
subtletrue
titlenumber

The parameter must be valid timestamp. Usually this value is retrieved from a field (e.g. due date, created date).
<parameter>dateTimePattern

Status
subtletrue
titledata typetext

Java date time pattern (see documentation)Parameter description.
timeZone

Status
subtletrue
titletimezone

The time zone used for the calculation. 

language

Status
subtletrue
titlelanguage

The language used for the conversion. 



ui-expand
title
Learn more about timezones
Excerpt Include
Dates, times and time zonesDates, times and time zones
nopaneltrue
<parameter>
Status
subtletrue
titledata type
Parameter description.
UI Text Box
typetip

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. 

UI Expand
titleOutput
Output

This function returns a

Status
subtletrue
titletext



Image AddedUse cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Field type, Automated action, Parser functions
cqllabel = "parser_func_datetimetostring" and space = currentSpace()


Page properties
hiddentrue
id1


Parser function clouddateTimeToString()
Map(tick)
Notes




Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



text
Page properties
hiddentrue


Short description

Returns the timestamp of any given date in text form

Output

Status
subtletrue
titletext

Available since

Status
subtletrue
colourBlue
title2.4.0

Label

Status
colourRed
titlestaff pick

The function returns a
Status
subtletrue
title