FredrikOseberg / react-chatbot-kit

MIT License
297 stars 139 forks source link

How to display date and time under messages ? #168

Open oceanedruenne opened 7 months ago

oceanedruenne commented 7 months ago

Hello ! I am currently working on a ChatBot with this library and I would like to add, under every message (not in the message, but under the bubble), the date and time of the sent message (but it has to be the locale date of the person who's chatting with the bot)

Like, as we can see here : Capture d’écran du 2023-12-06 13-52-05 I would like to add the date and time in the red frame : POC - TEXT CLASSIFICATION PHP

But I don't know how to do it. The best I did was to add the date in the message directly but this is not what I want.

Thank you so much !

Best regards,

Ocean

harshdetroja commented 3 months ago

@oceanedruenne You can create a widget that shows time & date and add it to the bot as well as the user message.

GukeshChess commented 2 months ago

Hi, where you able to achieve this functionality, even I am struggling with the same