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

Time in 24-hour format #67

Open
Vicky3301 opened this issue Mar 7, 2023 · 0 comments
Open

Time in 24-hour format #67

Vicky3301 opened this issue Mar 7, 2023 · 0 comments

Comments

@Vicky3301
Copy link

it does not display single digit minutes in time it is because it is compulsary for 1st digit to be 0 to 5. if user enter minutes without 0 it does not work you can fix this by using this regex /^([01]?[0-9]|2[0-3]):[0-5]?[0-9]$/

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

No branches or pull requests

1 participant