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

Custom defined hours range - plugin doesn't check for out of range time #91

Open
ghost opened this issue Dec 18, 2015 · 0 comments
Open

Comments

@ghost
Copy link

ghost commented Dec 18, 2015

when you specify your custom time, like this

    $('#foo').timepicker({
        hours: {
            starts: 6,
            ends: 19
        },
        minTime: {
            hour: 06,
            minute: 00
        },
        maxTime: {
            hour: 19,
            minute: 00
        });

it doesn't check for times like 19:45. This error can be observed on the plugin website as well

@ghost ghost changed the title Custom defined hours range - pligin doesn't check for out of range time Custom defined hours range - plugin doesn't check for out of range time Dec 18, 2015
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

0 participants