Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to Change Confiforms Comment Time Zone for Its Timestamp?

Aster August 28, 2023

Hi

I have a Confiforms Field Definition with field type Comment and it will automatically add timestamp in the comment. However, it is different form the time zone that we are using. Is it possible to change the comment's time zone or simply hide it?

Thanks!

1 answer

1 accepted

1 vote
Answer accepted
Alex Medved _ConfiForms_
Community Champion
August 28, 2023

Hi @Aster 

Actually the timestamp should be formatted in user locale and timezone, at least this is what ConfiForms attempts to do

But you can override the CSS styling and hide it if that does not work for you, by redefining some CSS

<style>
div.comments_list > div > span:nth-child(1) {
  display:none !important;
}
</style>

Alex

Aster August 28, 2023

Thanks, Alex!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events