-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat(messages): added date info to messages #437
Conversation
@EgeOnder well done! Can you provide a date-time format? Thank you! |
It uses the already built-in utility function: students-app/src/utils/dates.ts Lines 11 to 18 in 507d2c6
But there are a couple of them, maybe you prefer: students-app/src/utils/dates.ts Lines 5 to 9 in 507d2c6
Currently, it uses the first one, but let me know which one is correct. |
@EgeOnder you can use the same format in the subtitle on the message list (formatDateTime) |
Done ![]() |
Closes #435