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

fix(order-time-format): use builtin time format function resolves #30 #2

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

Conversation

22antonio
Copy link
Owner

Resolves issue Shift3#30

Manually parsing the date doesn't provide the desired output. There's also no need as react provides excellent time formatting functions. Instead of manually parsing we should use the builtin function .toLocalTimeString('it-IT'), it provides the desired output.

@22antonio 22antonio added the solution solution to a challenge task label Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solution solution to a challenge task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant