Skip to content
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

make date more human readable #756

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ganznz
Copy link
Contributor

@ganznz ganznz commented Aug 11, 2024

No description provided.

@ganznz ganznz linked an issue Aug 11, 2024 that may be closed by this pull request
7 tasks
Copy link

Visit the preview URL for this PR (updated for commit 6596cdb):

https://uasc-ceebc--pr756-573-format-date-all-52zj9ikq.web.app

(expires Sun, 18 Aug 2024 10:33:55 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 36296ceaed1d43e92e7d5e81a72a7bd987560bfa

Comment on lines +421 to +427
? new Date(metadata.creationTime).toLocaleString("en-US", {
year: "numeric",
month: "short",
day: "numeric",
hour: "2-digit",
minute: "2-digit"
})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prefer to have this just give a date, in dd/mm/yyyy format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BACKEND] Format date shorter in all users endpoint
2 participants