-
Notifications
You must be signed in to change notification settings - Fork 1k
Complicated - how I can hide timepicker at the bottom? #133
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
Comments
Why don't you use $('#CalendarFromDate').datepicker({ dateFormat: 'dd.mm.yy'}); |
Thank you very much for this cool initialization. I done this, no error but it is always the same (datepicker). |
What if you tied the initialization of the datepicker/datetimepicker to the clicking of the radio buttons?
|
Re-initializing the textbox to a |
I would like to define my datetimepicker like this:
$('#CalendarFromDate').datetimepicker({
dateFormat: 'dd.mm.yy',
showTimepicker: false
});
But it is not working...
The text was updated successfully, but these errors were encountered: