-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
e.date bug #135
Comments
I don't see the problem you're having with You can check to see for a date by doing this |
No... check out the preview site. pick a date for the start date of Jan 2. Then go over to the end date. You'll see that the dates are greyed out at today's date, instead of from the 2nd. |
Yup. You're right despite that I just looked at it and thought it wasn't doing that it is. More coffee? |
Don't mind if I do. Black is fine. |
Check out the staging branch. Please let me know if your issue has been resolved. |
Works great! |
Can you try using Font Awesome? This at least might help use figure out if this is the plugins issue or bootstraps |
since I believe the original issue is fixed, I'm going to close this one. You're welcome to start a new issue |
Important! build.less file name has been been changed to bootstrap-datetimepicker-build.less to prevent collisions Fix for #135: setStartDate and setEndDate should now properly set. Fix for #133: Typed in date now respects en/disabled dates Fix for #132: En/disable picker function works again Fix for #117, #119, #128, #121: double event change event issues should be fixed Fix for #112: change function no longer sets the input to a blank value if the passed in date is invalid Enhancement for #103: Increated the z-index of the widget
This is with version 2.1.20 and moment 2.4.0.
e.date
is returning today's date. This is happening on your example page as well - http://eonasdan.github.io/bootstrap-datetimepicker/#example8Also, is there a better way to check to see if the date is not selected? I'm using the
height
property, but it seems a bit overkill.The text was updated successfully, but these errors were encountered: