-
Notifications
You must be signed in to change notification settings - Fork 119
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
[Medium] Feature request: display dates in 24-hour time format #2
Labels
enhancement
New feature or request
Comments
Is the new format expected to be just in the form hh:mm or yyyy-mm-dd HH:mm?
|
Hi! 03:41
…Sent from my iPhone
On May 1, 2022, at 5:41 AM, snigdhasankhe ***@***.***> wrote:
Is the new format expected to be just in the form hh:mm or yyyy-mm-dd HH:mm?
For example converting 2021-04-27T03:41:56Z to
03:41
or
2021-04-27 03:41
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Open
JunYuHuang
added a commit
to JunYuHuang/javascript-crm
that referenced
this issue
Apr 9, 2023
saksben
added a commit
to saksben/javascript-crm
that referenced
this issue
Feb 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Difficulty
Medium
What you need to do
Read description of the issue below and try to fix it.
Hints
Issue description
'Created At' column displays dates in ISO 8601 format, which is very hard for humans to read - see the image below:
Expected behavior
'Created At' column displays dates in 24-hour notation in the form
hh:mm
(for example 01:23), where hh (00 to 23) is the number of full hours that have passed since midnight, mm (00 to 59) is the number of full minutes that have passed since the last full hour.The text was updated successfully, but these errors were encountered: