Project

General

Profile

Date format in comments

Added by Alexander Alimpiev over 10 years ago

Hello. I have problem.
Now comments have view.
"Updated by 7 days ago"
But,It is uncomfortably.
I want next view.
"Updated by User 24.03.2014 11:54 AM"
Can you help me?
Thank you


Replies (2)

RE: Date format in comments - Added by Martin Denizet (redmine.org team member) over 10 years ago

Hello Alexander,

To do so, you have to make a plugin the override the time_tag method in the application_helper.
You have to replace it by something such as:

def time_tag(time)
  format_time(time)
end

Cheers

    (1-2/2)