-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to display date and time under messages ? #168
Comments
@oceanedruenne You can create a widget that shows time & date and add it to the bot as well as the user message. |
Hi, where you able to achieve this functionality, even I am struggling with the same |
@oceanedruenne , @GukeshChess - Do you have any solution on how to display date and time under messages?. Thanks in advance |
@AlphaLion92 Hello ! |
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 :
I would like to add the date and time in the red frame :
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
The text was updated successfully, but these errors were encountered: