Versions Compared

Key

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

...

Code Block
#set($longVal = $currentMillis.longValue() + 86400000 )
$dateFormatter.withStyle($dateTimeStyle.DATE).format(formatDMY($jemhDateUtils.createDate($longVal))

Example Output:

29/Mar/15

...

DatePicker custom fields

Code Block
$dateFormatter.withStyle($dateTimeStyle.DATE_PICKER).format(formatDatePicker($issue.getCustomFieldValue("customfield_10700"))

Other Styles available atFor further Date formatting options please see:

JEMHDateUtils

Status
colourRed
titlesince 3.2.6

...