I’m sure the answer to this is fairly simple, just can’t seem to find anyone who knows it…
In the messages/single.php template there is this code:
<span class="activity"><?php bp_the_thread_message_time_since(); ?></span>
This calculates the time since a private message was sent and displays it something like this: “Sent 5 minutes ago”.
Is there any way to display just the time it was sent? I know you can display the time the last private message in a conversation was sent, but I’d like to show the time for each individual message.
Thanks