timestamp for comments in notification emails

T0pH0ur December 14, 2017

I was able to generate a history of comments in my notifications email and was able to include the author and the comment body.

using:

#foreach ($comment in $!comments)
<br/>
Commented By: $comment.authorApplicationUser.displayName<br/>
<br/>
$comment.body
<br/>
#end

I tried to also include the timestamp, but have been unsuccessful.

 

Does anyone know the proper way to get the timestamp preferably in the extended actual time that is shown when hovering over the comment?

1 answer

0 votes
T0pH0ur December 15, 2017

I figured it out. Please close the question. 

Suggest an answer

Log in or Sign up to answer