You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure about using moment but some sort of formatting might be possible.
EDIT: Looked through the code and we are using toLocaleString to generate the time. Afaik, JS doesn't have a lot of flexibility in terms of custom formatted time but I am skeptical to introduce moment.js as a dependency.
I don't think the feature is worth it to introduce a dependency like moment to get just custom formatting working.
I had the idea for, being able to change the way the date is written.
example instead of "Aug 2, 12:18",
"12:18, 2 Aug."
Then for the setting can be filled in this way
https://momentjs.com/docs/#/displaying/format/
Would this be possible?
The text was updated successfully, but these errors were encountered: