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

User select PM value returns AM #138

Open
haja-rimrubber opened this issue Aug 24, 2022 · 0 comments
Open

User select PM value returns AM #138

haja-rimrubber opened this issue Aug 24, 2022 · 0 comments

Comments

@haja-rimrubber
Copy link

Hello there,

We use timepicker when user select 2:00 PM from timepicker in our database we received data 2:00 AM !

Its not happen to all user, we investigate about this then we found that user use huawei mobile.
Mozilla/5.0 (Linux; Android 10; LYA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Mobile Safari/537.36
This is what we have. so this user whenever try to select timepicker value PM its return AM. Please advise how to fix this.

Our sample code:

jQuery('#time').timepicker({
timeFormat: 'h:mm p',
interval: 30,
minTime: 8:00 AM,
maxTime: 6:00 PM,
startTime: 8:00 AM,
dynamic: false,
dropdown: true,
scrollbar: true,
});

@haja-rimrubber haja-rimrubber changed the title User select PM in database we received AM User select PM value returns AM Aug 24, 2022
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