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

Forces vanilla datepicker to become dateplustimepicker #11

Open
ghost opened this issue Aug 3, 2012 · 0 comments
Open

Forces vanilla datepicker to become dateplustimepicker #11

ghost opened this issue Aug 3, 2012 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 3, 2012

I have 2 dateplustimepicker controls on my page and two datepicker controls. The datepicker controls are showing the time sliders.

$('#startTimePicker').dateplustimepicker({
    hourGrid: 4,
    minuteGrid: 10,
    dateFormat: ttt.Base.currentDateFormat.replace('yyyy', 'yy'),
    timeFormat: 'h:mm TT',
    beforeShow: tt.onShowTimePicker
});

$('#drStartDate').datepicker();

drStartDate is displaying as a dateplustimepicker. How do I prevent that?

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