# Built in Chat

**URL:** https://community.glideapps.com/t/built-in-chat/36666
**Category:** Ask for Help
**Created:** [January 4, 2022, 9:32am UTC](https://community.glideapps.com/t/built-in-chat/36666 "2022-01-04T09:32:40Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Ralf](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ralf/32/492_2.png) [@Ralf](https://community.glideapps.com/u/Ralf)
#### Post date: [January 4, 2022, 9:32am UTC](https://community.glideapps.com/t/built-in-chat/36666/1 "2022-01-04T09:32:40Z")

</div>

Is there a way to show the timestamp below the comment in th built in chat?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 4, 2022, 1:21pm UTC](https://community.glideapps.com/t/built-in-chat/36666/2 "2022-01-04T13:21:00Z")

</div>

If I recall right, the built-in chat has a “relative time”, but there’s no way to show the timestamp.

---

<div class="post-metadata">

### Author: ![Ralf](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ralf/32/492_2.png) [@Ralf](https://community.glideapps.com/u/Ralf)
#### Post date: [January 4, 2022, 1:47pm UTC](https://community.glideapps.com/t/built-in-chat/36666/3 "2022-01-04T13:47:17Z")

</div>

@ThinhDinh “Relative Time” ? Grateful your description how to apply it!

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [January 4, 2022, 2:21pm UTC](https://community.glideapps.com/t/built-in-chat/36666/4 "2022-01-04T14:21:18Z")

</div>

Relative time is a very loose way of representing time without being precise, such as 3 hours ago, 12 days ago, 6 months ago, etc…relatively speaking…

> **[Relative Time column • Glide](https://www.glideapps.com/plugins/time-ago)**
>
> Given a date, returns a string with the relative time (e.g. '1 day ago').

---

<div class="post-metadata">

### Author: ![Ralf](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ralf/32/492_2.png) [@Ralf](https://community.glideapps.com/u/Ralf)
#### Post date: [January 4, 2022, 2:40pm UTC](https://community.glideapps.com/t/built-in-chat/36666/5 "2022-01-04T14:40:14Z")

</div>

ok, but how do I apply it ln the built in chat?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [January 4, 2022, 4:14pm UTC](https://community.glideapps.com/t/built-in-chat/36666/6 "2022-01-04T16:14:16Z")

</div>

Just did some tests. I think it’s actually the comments component that shows relative time, but the chat tab does not.

There is no way to customize the chat tab. Your only options are to use the comments component on a details screen, or build your own chat functionality.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 4, 2022, 11:42pm UTC](https://community.glideapps.com/t/built-in-chat/36666/7 "2022-01-04T23:42:36Z")

</div>

Ah apologize, I indeed thought about the comments component since I’ve always used it for 1v1 chat (workaround, not built in).
