-
Notifications
You must be signed in to change notification settings - Fork 125
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
How to hide current date information when using TimePicker? #63
Comments
I had the same problem, I don't live 2 centuries ago! This is a workaround that works for me. It blanks the header of the popout. At least you don't see a ridiculous date! In your css file:
It leaves you with an empty header, probably with a bit more tweaking you can work round that in the css too. |
Also having this issue. I'm not seeing how to differentiate the Date and Time pickers from the javascript to be able to avoid this. |
After some digging, widgets.py should be updated like so:
and
|
I want to have only time picker, without date, but when using TimePicker, you can see date on the top
Is there any way to hide it?
The text was updated successfully, but these errors were encountered: